Changeset 80f8055 in git


Ignore:
Timestamp:
Nov 13, 2006, 3:15:04 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
1f482d630f4f373510b34956a5f506c6dd9afac0
Parents:
1aecaec05d17a34b8ff6a44d71e1684cc74281e4
Message:
*hannes/grayson: C++


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

Legend:

Unmodified
Added
Removed
  • factory/assert.h

    r1aecaec r80f8055  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: assert.h,v 1.6 1997-09-29 06:56:27 schmidt Exp $ */
     2/* $Id: assert.h,v 1.7 2006-11-13 14:15:04 Singular Exp $ */
    33
    44/* This is for compatibility with standard assert.h */
     
    2929/* }}} */
    3030
     31#ifdef __cplusplus
     32extern "C" {
     33#endif
     34
    3135#include <stdio.h>
    3236#include <stdlib.h>
     37
     38#ifdef __cplusplus
     39}
     40#endif
    3341
    3442/* {{{ permanent macro definitions */
Note: See TracChangeset for help on using the changeset viewer.