Changeset 8c7a1c in git


Ignore:
Timestamp:
Aug 18, 2008, 1:16:05 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
da2fc8d3786d00597bd91e3c2d5c1488846cb301
Parents:
e1b44456332c70d03de655247dad9a8f801ba0ee
Message:
*hannes: syntax


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

Legend:

Unmodified
Added
Removed
  • factory/cf_char.cc

    re1b444 r8c7a1c  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_char.cc,v 1.8 2008-08-18 10:36:24 Singular Exp $ */
     2/* $Id: cf_char.cc,v 1.9 2008-08-18 11:16:05 Singular Exp $ */
    33
    44#include <config.h>
     
    3939#ifdef SINGULAR
    4040        extern int errorreported;
    41         void    WerrorS(const char *s);
     41        extern "C" void  WerrorS(const char *s);
    4242        if (!errorreported && (c > 536870909)) WerrorS("characteristic too large(max is 2^29)");
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.