Changeset cfd4a8 in git for factory/assert.h


Ignore:
Timestamp:
Jan 6, 2009, 2:58:20 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
939cb2de97b36ac54735806ce7150c37d0450106
Parents:
4a0a4b8836ea17f984b15b03caab5ab09f76ada1
Message:
*hannes: CSTDIO for c-files


git-svn-id: file:///usr/local/Singular/svn/trunk@11275 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/assert.h

    r4a0a4b8 rcfd4a8  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: assert.h,v 1.10 2008-10-24 12:21:25 Singular Exp $ */
     2/* $Id: assert.h,v 1.11 2009-01-06 13:58:20 Singular Exp $ */
    33
    44/* This is for compatibility with standard assert.h */
     
    2929/* }}} */
    3030
     31#ifdef __cplusplus
    3132#ifdef HAVE_CSTDIO
    3233#include <cstdio>
    3334#else
    34 #ifdef __cplusplus
    3535extern "C" {
    36 #endif
    37 
    3836#include <stdio.h>
    3937#include <stdlib.h>
    40 
    41 #ifdef __cplusplus
    4238}
    4339#endif
     40#else
     41#include <stdio.h>
     42#include <stdlib.h>
    4443#endif
    4544
Note: See TracChangeset for help on using the changeset viewer.