Changeset 020ef9 in git


Ignore:
Timestamp:
Aug 2, 2010, 10:48:52 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
45b13e22946b4c3e5001d943cf3c1e9c044a705c
Parents:
c5e0e120f508ee9b07dab3a5e39ea7f84a4bc0f0
Message:
omBin_s* ->omBin

git-svn-id: file:///usr/local/Singular/svn/trunk@13071 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.h

    rc5e0e1 r020ef9  
    129129#define IDPROC(a)   ((a)->data.pinf)
    130130
    131 #ifndef OM_ALLOC_H
    132 struct omBin_s;
    133 #endif
    134 
    135 extern omBin_s* sip_command_bin;
    136 extern omBin_s* sip_package_bin;
    137 extern omBin_s* idrec_bin;
     131extern omBin sip_command_bin;
     132extern omBin sip_package_bin;
     133extern omBin idrec_bin;
    138134#endif
    139135
  • Singular/subexpr.h

    rc5e0e1 r020ef9  
    117117#endif /* HAVE_LIBPARSER */
    118118
    119 #ifndef OM_ALLOC_H
    120 struct omBin_s;
    121 #endif
    122 
    123 extern omBin_s* sSubexpr_bin;
    124 extern omBin_s* procinfo_bin;
    125 extern omBin_s* libstack_bin;
     119extern omBin sSubexpr_bin;
     120extern omBin procinfo_bin;
     121extern omBin libstack_bin;
    126122
    127123#endif
Note: See TracChangeset for help on using the changeset viewer.