Changeset fd1c20e in git
- Timestamp:
- May 2, 2006, 3:27:49 PM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 11244adc4b8993898f266fb936d7a279c4e682f4
- Parents:
- c94a1dd227e28fc8e19d62079c7917a2ddd1c92c
- Location:
- omalloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
omalloc/makeheader
rc94a1d rfd1c20e 1 1 #! /bin/sh 2 # $Id: makeheader,v 1. 1 2005-07-28 15:02:28Singular Exp $2 # $Id: makeheader,v 1.2 2006-05-02 13:27:49 Singular Exp $ 3 3 4 4 # … … 83 83 84 84 echo "/* $outfile automatically generated by makeheader from $infile */" > "$outfile" 85 echo "#ifndef OMALLOC_H" >> "$outfile" 86 echo "#define OMALLOC_H" >> "$outfile" 87 echo "#endif" >> "$outfile" 85 88 86 89 # scan through template -
omalloc/omAllocDecl.h
rc94a1d rfd1c20e 4 4 * Author: obachman (Olaf Bachmann) 5 5 * Created: 11/99 6 * Version: $Id: omAllocDecl.h,v 1.1 0 2006-05-02 13:03:15Singular Exp $6 * Version: $Id: omAllocDecl.h,v 1.11 2006-05-02 13:23:08 Singular Exp $ 7 7 *******************************************************************/ 8 8 #ifndef OM_ALLOC_DECL_H 9 9 #define OM_ALLOC_DECL_H 10 10 11 #if def OM_NDEBUG11 #if defined(OM_NDEBUG) && defined(OM_ALLOC_H) 12 12 #if (SIZEOF_LONG == 8) 13 13 #define OM_T_FREE1
Note: See TracChangeset
for help on using the changeset viewer.