Changeset 020ef9 in git for Singular/subexpr.h
- Timestamp:
- Aug 2, 2010, 10:48:52 AM (13 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 45b13e22946b4c3e5001d943cf3c1e9c044a705c
- Parents:
- c5e0e120f508ee9b07dab3a5e39ea7f84a4bc0f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/subexpr.h
rc5e0e1 r020ef9 117 117 #endif /* HAVE_LIBPARSER */ 118 118 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; 119 extern omBin sSubexpr_bin; 120 extern omBin procinfo_bin; 121 extern omBin libstack_bin; 126 122 127 123 #endif
Note: See TracChangeset
for help on using the changeset viewer.