Changeset 8562bf in git


Ignore:
Timestamp:
May 8, 2000, 5:35:09 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
33c96aa0ca7b10d8e8b1b12a0b0bb5abaad3da9d
Parents:
64684ffe384e4787fc6bcd10010121cf70873288
Message:
* bug fixes


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

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    r64684ff r8562bf  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: emacs.cc,v 1.14 2000-05-08 15:29:33 obachman Exp $ */
     4/* $Id: emacs.cc,v 1.15 2000-05-08 15:35:09 obachman Exp $ */
    55/*
    66* ABSTRACT: Esingular main file
     
    1010#include <unistd.h>
    1111#include <stdlib.h>
     12#include <stdarg.h>
     13#ifdef WINNT
     14#include <windows.h>
     15#endif
    1216#include "mod2.h"
    1317#include "version.h"
    14 #include <stdarg.h>
    1518
    1619#if !defined(TSINGULAR) && !defined(ESINGULAR)
     
    4952}
    5053#else
    51 #include <windows.h>
    5254void error(char* fmt, ...)
    5355{
Note: See TracChangeset for help on using the changeset viewer.