Changeset 64684ff in git


Ignore:
Timestamp:
May 8, 2000, 5:29:33 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
8562bf4750adb201f21eaa90a44fa28044356c6f
Parents:
7b006f2c38f4876321d974190fd1f7e7a82bc1ba
Message:
* small bug fixes


git-svn-id: file:///usr/local/Singular/svn/trunk@4296 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/emacs.cc

    r7b006f2 r64684ff  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: emacs.cc,v 1.13 2000-05-05 18:40:27 obachman Exp $ */
     4/* $Id: emacs.cc,v 1.14 2000-05-08 15:29:33 obachman Exp $ */
    55/*
    66* ABSTRACT: Esingular main file
     
    1010#include <unistd.h>
    1111#include <stdlib.h>
    12 #include <windows.h>
    1312#include "mod2.h"
    1413#include "version.h"
     14#include <stdarg.h>
    1515
    1616#if !defined(TSINGULAR) && !defined(ESINGULAR)
  • Singular/find_exec.c

    r7b006f2 r64684ff  
    1919#include <string.h>
    2020
    21 #if !defined(ESINGULAR) && !defined(XSINGULAR)
     21#if !defined(ESINGULAR) && !defined(TSINGULAR)
    2222#include "mmemory.h"
    2323#endif
Note: See TracChangeset for help on using the changeset viewer.