Changeset c82d55 in git
- Timestamp:
- Feb 8, 2010, 11:22:50 AM (13 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 23d5271f853220ad707dd531a5e55c1e2344691c
- Parents:
- 2ad9f90b5bbbc4d011e1e432c17f929e851788fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r2ad9f9 rc82d55 322 322 #if SIZEOF_LONG==8 323 323 if((this!=NULL && this!=(facet * const)0xfbfbfbfbfbfbfbfb)) 324 #elif 324 #elif SIZEOF_LONG==4 325 325 if((this!=NULL && this!=(facet * const)0xfbfbfbfb)) 326 326 #endif … … 2468 2468 #if SIZEOF_LONG==8 //64 bit 2469 2469 while(gcNext!=(gcone * const)0xfbfbfbfbfbfbfbfb && SearchListRoot!=NULL) 2470 #elif 2470 #elif SIZEOF_LONG==4 2471 2471 while(gcNext!=(gcone * const)0xfbfbfbfb && SearchListRoot!=NULL) 2472 2472 #endif
Note: See TracChangeset
for help on using the changeset viewer.