Changeset 901748b in git


Ignore:
Timestamp:
Jul 3, 1998, 11:57:18 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
67a1821b3745e09b6240f2b0371039236ffd74f0
Parents:
911089175d64029950da36384bcbb7951882ca63
Message:
CodeWarrior: #include "getopt.h"


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

Legend:

Unmodified
Added
Removed
  • Singular/utils.cc

    r9110891 r901748b  
    44#include <ctype.h>
    55#include "utils.h"
     6#define __GNU_LIBRARY__
     7#include "getopt.h"
    68
    79extern FILE *yylpin;
     
    1012extern int lpverbose, check;
    1113extern int found_version, found_info, found_oldhelp, found_proc_in_proc;
    12 warning_info = 0, warning_version = 0;
     14int warning_info = 0, warning_version = 0;
    1315
    1416static usage(char *progname)
Note: See TracChangeset for help on using the changeset viewer.