Changeset 020ef9 in git for Singular/subexpr.h


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

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

Legend:

Unmodified
Added
Removed
  • 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.