Changeset c82d55 in git for kernel/gfan.cc


Ignore:
Timestamp:
Feb 8, 2010, 11:22:50 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
23d5271f853220ad707dd531a5e55c1e2344691c
Parents:
2ad9f90b5bbbc4d011e1e432c17f929e851788fb
Message:
synatx fix

git-svn-id: file:///usr/local/Singular/svn/trunk@12522 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/gfan.cc

    r2ad9f9 rc82d55  
    322322  #if SIZEOF_LONG==8
    323323        if((this!=NULL && this!=(facet * const)0xfbfbfbfbfbfbfbfb))
    324   #elif
     324  #elif SIZEOF_LONG==4
    325325        if((this!=NULL && this!=(facet * const)0xfbfbfbfb))
    326326  #endif
     
    24682468  #if SIZEOF_LONG==8    //64 bit
    24692469                while(gcNext!=(gcone * const)0xfbfbfbfbfbfbfbfb && SearchListRoot!=NULL)
    2470   #elif
     2470  #elif SIZEOF_LONG==4
    24712471                while(gcNext!=(gcone * const)0xfbfbfbfb && SearchListRoot!=NULL)
    24722472  #endif
Note: See TracChangeset for help on using the changeset viewer.