Changeset cfd4a8 in git for factory/assert.h
- Timestamp:
- Jan 6, 2009, 2:58:20 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 939cb2de97b36ac54735806ce7150c37d0450106
- Parents:
- 4a0a4b8836ea17f984b15b03caab5ab09f76ada1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/assert.h
r4a0a4b8 rcfd4a8 1 1 /* emacs edit mode for this file is -*- C -*- */ 2 /* $Id: assert.h,v 1.1 0 2008-10-24 12:21:25Singular Exp $ */2 /* $Id: assert.h,v 1.11 2009-01-06 13:58:20 Singular Exp $ */ 3 3 4 4 /* This is for compatibility with standard assert.h */ … … 29 29 /* }}} */ 30 30 31 #ifdef __cplusplus 31 32 #ifdef HAVE_CSTDIO 32 33 #include <cstdio> 33 34 #else 34 #ifdef __cplusplus35 35 extern "C" { 36 #endif37 38 36 #include <stdio.h> 39 37 #include <stdlib.h> 40 41 #ifdef __cplusplus42 38 } 43 39 #endif 40 #else 41 #include <stdio.h> 42 #include <stdlib.h> 44 43 #endif 45 44
Note: See TracChangeset
for help on using the changeset viewer.