Changeset 020ef9 in git
- Timestamp:
- Aug 2, 2010, 10:48:52 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 45b13e22946b4c3e5001d943cf3c1e9c044a705c
- Parents:
- c5e0e120f508ee9b07dab3a5e39ea7f84a4bc0f0
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.h
rc5e0e1 r020ef9 129 129 #define IDPROC(a) ((a)->data.pinf) 130 130 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; 131 extern omBin sip_command_bin; 132 extern omBin sip_package_bin; 133 extern omBin idrec_bin; 138 134 #endif 139 135 -
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.