Changeset c60890 in git for Singular/emacs.cc


Ignore:
Timestamp:
Jan 10, 2015, 2:15:54 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
b1cadb0c7a38ba8b4c37cbe4d23056f6832b21ae
Parents:
364717c010799df0c1c37a73d17ba60b8df33382
Message:
port: windows uses BOOLEAN
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    r364717c rc60890  
    99
    1010
     11#include <kernel/mod2.h>
     12#include <omalloc/omalloc.h>
     13#include <resources/feResource.h>
     14#include <Singular/feOpt.h>
     15
    1116#ifdef __CYGWIN__
    1217#define BOOLEAN boolean
    1318#endif
    14 #include <kernel/mod2.h>
    15 
    1619
    1720#include <stdio.h>
     
    3033#endif
    3134
    32 #include <omalloc/omalloc.h>
    33 #include <resources/feResource.h>
    34 #include <Singular/feOpt.h>
    3535
    3636#if !defined(TSINGULAR) && !defined(ESINGULAR)
     
    6363}
    6464#else
    65 void error(char* fmt, ...)
     65void error(const char* fmt, ...)
    6666{
    6767   char buf[4096];
Note: See TracChangeset for help on using the changeset viewer.