Changeset 16105c in git
- Timestamp:
- Nov 5, 2001, 6:11:11 PM (22 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 64eab4b23570b354e7a397b76509eefccddf3919
- Parents:
- 8b873642b1c601aac047738450774809b7ac05dc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/MP/MP_Env.c
r8b87364 r16105c 57 57 58 58 #ifndef lint 59 static char vcid[] = "@(#) $Id: MP_Env.c,v 1.1.1.1 1997/06/07 14:07:47 sgray Exp 60 $"; 59 static char vcid[] = "@(#) $Id: MP_Env.c,v 1.6 2001-11-05 17:09:58 Singular Exp $"; 61 60 #endif /*lint */ 62 61 -
MP/MP/MP_TcpTransp.c
r8b87364 r16105c 74 74 75 75 #ifndef lint 76 static char vcid[] = "@(#) $Id: MP_TcpTransp.c,v 1.1.1.1 1997/06/7 14:05:52 sgr 77 ay Exp $"; 76 static char vcid[] = "@(#) $Id: MP_TcpTransp.c,v 1.11 2001-11-05 17:11:11 Singular Exp $"; 78 77 #endif /* lint */ 79 78 -
factory/cf_factory.h
r8b87364 r16105c 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: cf_factory.h,v 1. 2 1997-06-19 12:27:11 schmidtExp $ */2 /* $Id: cf_factory.h,v 1.3 2001-11-05 17:07:12 Singular Exp $ */ 3 3 4 4 #ifndef INCL_CF_FACTORY_H … … 25 25 static InternalCF * basic ( int type, int value ); 26 26 static InternalCF * basic ( const char * str ); 27 static InternalCF * basic ( int type, const char * str );27 static InternalCF * basic ( int type, const char * const str ); 28 28 static InternalCF * basic ( int type, int value, bool nonimm ); 29 29 static InternalCF * basic ( const MP_INT & num );
Note: See TracChangeset
for help on using the changeset viewer.