Changeset 9a310a in git
- Timestamp:
- Apr 30, 2010, 12:22:50 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 10af64918454a5db3257c2dd2249aa83d4ada059
- Parents:
- b15b8fc4b04b1e8d7a8f2f9f118f50426de8da2f
- Location:
- kernel
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.in
rb15b8f r9a310a 172 172 p_MemAdd.h p_MemCopy.h p_MemCmp.h p_Numbers.h \ 173 173 pInline2.h pInline1.h pInline0.h mmalloc.h \ 174 omSingularConfig.hpShallowCopyDelete.h \174 pShallowCopyDelete.h \ 175 175 p_Procs_Dynamic.h p_Procs_Impl.h p_Procs_Set.h \ 176 176 p_Procs.h p_Procs_Static.h p_Mult_q.h gfan.h -
kernel/misc.cc
rb15b8f r9a310a 24 24 #include "intvec.h" 25 25 #include "ring.h" 26 #include "omSingularConfig.h"27 26 #include "p_Procs.h" 28 27 #include "kversion.h"
Note: See TracChangeset
for help on using the changeset viewer.