Changeset 6a90646 in git for kernel/feread.cc


Ignore:
Timestamp:
Jan 11, 2007, 10:20:35 AM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f2f4609b8dfca012e68e801f5ec8fb66ecdc06b9
Parents:
d2fb64d5c055a8573ed4160fe7b08ea81b52fcd1
Message:
*hannes: different free proc are no good


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

Legend:

Unmodified
Added
Removed
  • kernel/feread.cc

    rd2fb64d r6a90646  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feread.cc,v 1.9 2006-09-27 17:45:40 Singular Exp $ */
     4/* $Id: feread.cc,v 1.10 2007-01-11 09:20:35 Singular Exp $ */
    55/*
    66* ABSTRACT: input from ttys, simulating fgets
     
    1414#undef USE_READLINE4
    1515
     16#define OM_NO_MALLOC_MACROS
    1617
    1718//----------------------------------------
     
    2021#endif
    2122#include "febase.h"
    22 #ifdef ix86_Win
    23 #define OM_NO_MALLOC_MACROS
    24 #endif
    25 #ifdef ppcMac_darwin
    26 #define OM_NO_MALLOC_MACROS
    27 #endif
    28 #ifdef ix86Mac_darwin
    29 #define OM_NO_MALLOC_MACROS
    30 #endif
    3123#include "omalloc.h"
    3224
Note: See TracChangeset for help on using the changeset viewer.