Changeset 8226984 in git


Ignore:
Timestamp:
Apr 25, 2007, 6:23:14 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
fae142a6e0cefa43495ceaec3de0a33aa0b2aa59
Parents:
1878d23b53fee4dd8e6a425266344fba58ac9803
Message:
*hannes: ...


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

Legend:

Unmodified
Added
Removed
  • kernel/fegetopt.h

    r1878d23 r8226984  
    101101#define optional_argument        2
    102102
    103 #if __STDC__ || defined(PROTO)
    104 /* #if defined(__GNU_LIBRARY__)*/
    105 /* Many other libraries have conflicting prototypes for getopt, with
    106    differences in the consts, in stdlib.h.  To avoid compilation
    107    errors, only prototype getopt for the GNU C library.  */
     103#if defined(__STDC__) || defined(PROTO) || defined(__cplusplus)
    108104extern int fe_getopt (int argc, char *const *argv, const char *shortopts);
    109 /* #endif */
    110105extern int fe_getopt_long (int argc, char *const *argv, const char *shortopts,
    111106                        const struct fe_option *longopts, int *longind);
Note: See TracChangeset for help on using the changeset viewer.