Changeset 80f8055 in git for factory/assert.h
- Timestamp:
- Nov 13, 2006, 3:15:04 PM (17 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 1f482d630f4f373510b34956a5f506c6dd9afac0
- Parents:
- 1aecaec05d17a34b8ff6a44d71e1684cc74281e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/assert.h
r1aecaec r80f8055 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: assert.h,v 1. 6 1997-09-29 06:56:27 schmidtExp $ */2 /* $Id: assert.h,v 1.7 2006-11-13 14:15:04 Singular Exp $ */ 3 3 4 4 /* This is for compatibility with standard assert.h */ … … 29 29 /* }}} */ 30 30 31 #ifdef __cplusplus 32 extern "C" { 33 #endif 34 31 35 #include <stdio.h> 32 36 #include <stdlib.h> 37 38 #ifdef __cplusplus 39 } 40 #endif 33 41 34 42 /* {{{ permanent macro definitions */
Note: See TracChangeset
for help on using the changeset viewer.