Changeset f89565 in git for Singular/mmstd.c


Ignore:
Timestamp:
Nov 2, 2012, 2:28:00 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
5caede8b6a6317efbf12384a421e0c5b35f8838d
Parents:
f900d1879c47a499452b237bd96ba9e06cfbad96
Message:
fix warnings: C++ comments in C code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mmstd.c

    rf900d1 rf89565  
    1212#include <omalloc/omalloc.h>
    1313
    14 // we provide these functions, so that the settings of OM_CHECK
    15 // and OM_TRACK are used, but only provide them if omalloc is not based
    16 // on them
    17 // already provided in libomalloc
     14/* we provide these functions, so that the settings of OM_CHECK
     15* and OM_TRACK are used, but only provide them if omalloc is not based
     16* on them
     17* already provided in libomalloc */
    1818#if !defined(OMALLOC_USES_MALLOC) && !defined(X_OMALLOC)
    1919
     
    2323/* do not rely on the default in Singular as libsingular may be different */
    2424
    25 // define this so that all addr allocated there are marked
    26 // as static, i.e. not metioned by omPrintUsedAddr
     25/* define this so that all addr allocated there are marked
     26* as static, i.e. not metioned by omPrintUsedAddr*/
    2727#define OM_MALLOC_MARK_AS_STATIC
    2828#define strdup_ strdup__
Note: See TracChangeset for help on using the changeset viewer.