Changeset c2da0a in git for Singular/libparse.h
- Timestamp:
- Apr 20, 1998, 12:05:55 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 365819b7d885a4cbf318e09a20d2ae8dce0b45a4
- Parents:
- b35b93807f117d1b5cb55df216eefd3920e0d91f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.h
rb35b93 rc2da0a 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: libparse.h,v 1. 3 1998-04-06 16:27:19krueger Exp $ */6 /* $Id: libparse.h,v 1.4 1998-04-20 10:05:53 krueger Exp $ */ 7 7 /* 8 8 * ABSTRACT: lib parsing 9 9 */ 10 #include "subexpr.h" 10 #ifndef STANDALONE_PARSER 11 # include "subexpr.h" 12 #endif 11 13 typedef enum { LOAD_LIB, GET_INFO } lp_modes; 12 14 typedef enum { OLD_LIBSTYLE, NEW_LIBSTYLE } lib_style_types;
Note: See TracChangeset
for help on using the changeset viewer.