Changeset 64684ff in git
- Timestamp:
- May 8, 2000, 5:29:33 PM (23 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 8562bf4750adb201f21eaa90a44fa28044356c6f
- Parents:
- 7b006f2c38f4876321d974190fd1f7e7a82bc1ba
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/emacs.cc
r7b006f2 r64684ff 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: emacs.cc,v 1.1 3 2000-05-05 18:40:27obachman Exp $ */4 /* $Id: emacs.cc,v 1.14 2000-05-08 15:29:33 obachman Exp $ */ 5 5 /* 6 6 * ABSTRACT: Esingular main file … … 10 10 #include <unistd.h> 11 11 #include <stdlib.h> 12 #include <windows.h>13 12 #include "mod2.h" 14 13 #include "version.h" 14 #include <stdarg.h> 15 15 16 16 #if !defined(TSINGULAR) && !defined(ESINGULAR) -
Singular/find_exec.c
r7b006f2 r64684ff 19 19 #include <string.h> 20 20 21 #if !defined(ESINGULAR) && !defined( XSINGULAR)21 #if !defined(ESINGULAR) && !defined(TSINGULAR) 22 22 #include "mmemory.h" 23 23 #endif
Note: See TracChangeset
for help on using the changeset viewer.