Changeset 188c0f5 in git


Ignore:
Timestamp:
Apr 28, 1998, 11:33:57 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
658488c34b925e3203fa73119edd5c94edac978d
Parents:
b1dcdd9f7286126542c9c4836c397c161d624abf
Message:
ftell for Metrowerks:


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    rb1dcdd r188c0f5  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.12 1998-04-27 12:34:18 obachman Exp $ */
     5/* $Id: libparse.l,v 1.13 1998-04-28 09:33:57 pohl Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    8787extern "C" {
    8888#    endif
     89long   ftell(FILE *fp);
    8990#    ifdef macintosh
    9091int    fileno(FILE *stream);
    9192FILE   *fdopen(int filedes, char *type);
    92 long   ftell(FILE *fp);
    93 long   tell(int filedes);
    9493int    isatty(int filedes);
    9594#else
    9695int    _fileno(FILE *stream);
    9796FILE   *_fdopen(int filedes, char *type);
    98 long   _ftell(FILE *fp);
    99 long   _tell(int filedes);
    10097int    _isatty(int filedes);
    10198#      define fileno  _fileno
    10299#      define fdopen  _fdopen
    103 #      define ftell    _ftell
    104 #      define tell    _tell
    105100#      define isatty  _isatty
    106101#    endif /* macintosh */
Note: See TracChangeset for help on using the changeset viewer.