Changeset 9cf557a in git for Singular/febase.h


Ignore:
Timestamp:
Apr 24, 2003, 6:55:54 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
fb1f3a3e93106c6ec0c88b60ba3109cb0dd8e937
Parents:
fd7acf827c4e50c346b4d461584b5e601fdf170f
Message:
*hannes: readline4/gcc3 port from 2-0


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.h

    rfd7acf r9cf557a  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: febase.h,v 1.53 2002-11-26 13:34:21 Singular Exp $ */
     6/* $Id: febase.h,v 1.54 2003-04-24 16:55:53 Singular Exp $ */
    77/*
    88* ABSTRACT: basic i/o
     
    1313
    1414/* define DIR_SEPP, etc */
    15 #ifdef macintosh
     15#ifdef macintosh /* mac os 9 */
    1616#  define  DIR_SEP ':'
    1717#  define  DIR_SEPP ":"
     
    278278#endif
    279279
    280 void fe_reset_input_mode();
     280extern "C" void fe_reset_input_mode();
    281281
    282282#ifndef MSDOS
     
    292292
    293293/* possible implementations: */
    294 
     294#ifdef __cplusplus
     295extern "C"
     296{
     297#endif
    295298  /* readline, linked in: */
    296299  char * fe_fgets_stdin_rl(char *pr,char *s, int size);
     
    310313  char * fe_fgets_dummy(char *pr,char *s, int size);
    311314
     315#ifdef __cplusplus
     316}
     317#endif
    312318#endif /* c++ only */
    313319
Note: See TracChangeset for help on using the changeset viewer.