Changeset 2a6ebaf in git


Ignore:
Timestamp:
Dec 8, 1999, 9:36:20 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
8543df4c77887cc24721478900a8f9e42ed85d6a
Parents:
6919b3cd77d45fed860593c3288489082446c989
Message:
* removed #include getopt.h


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    r6919b3 r2a6ebaf  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.37 1999-12-08 16:58:34 Singular Exp $ */
     5/* $Id: libparse.l,v 1.38 1999-12-08 20:36:20 obachman Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    1010#ifdef STANDALONE_PARSER
    1111  #include "utils.h"
    12   #include "getopt.h"
    1312  #define HAVE_LIBPARSER
    1413  #define YYLPDEBUG 1
Note: See TracChangeset for help on using the changeset viewer.