Changeset 2617dd5 in git
- Timestamp:
- Jan 13, 2010, 10:16:27 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- d04ef3dab2a25a86536dd4d029684fd1bdd519d2
- Parents:
- 03993beb87e3cc442e9ff88e2b2f8dcdd584ec58
- Files:
-
- 12 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r03993b r2617dd5 134 134 distclean: local-distclean 135 135 $(recurse) 136 rm -rf build 136 137 137 138 maintainer-clean: uninstall local-maintainer-clean … … 169 170 Tst-Long: ${SINGULAR} Tst/Long/ok_l.lst Tst/regress.cmd 170 171 ${PERL} Tst/regress.cmd -r -s ${SINGULAR} Tst/Long/ok_l.lst 172 173 ############################################################## 174 test: 175 mkdir -p build 176 (cd build && cmake .. && make && make test) 171 177 172 178 ############################################################## -
Singular/ipshell.h
r03993b r2617dd5 30 30 typedef struct _scmdnames cmdnames; 31 31 32 extern cmdnames cmds[];32 //extern cmdnames cmds[]; 33 33 extern const char *lastreserved; 34 34 extern const char *singular_date;
Note: See TracChangeset
for help on using the changeset viewer.