Changeset 020ef9 in git for Singular/ipid.h
- Timestamp:
- Aug 2, 2010, 10:48:52 AM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 45b13e22946b4c3e5001d943cf3c1e9c044a705c
- Parents:
- c5e0e120f508ee9b07dab3a5e39ea7f84a4bc0f0
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.