Changeset e9ad8a6 in git for Singular/tok.h


Ignore:
Timestamp:
Jun 2, 1998, 5:30:06 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3e51af9f276f204e3b6cfcf1258c17b8f270f019
Parents:
98aa53fd19f83e591c2dccae346010e080a9f7bc
Message:
* hannes:introduced /* */ comments, some code cleanups


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

Legend:

Unmodified
Added
Removed
  • Singular/tok.h

    r98aa53 re9ad8a6  
    77* ABSTRACT: token for interpreter, as types; general macros
    88*/
    9 /* $Id: tok.h,v 1.17 1998-05-19 18:08:41 Singular Exp $ */
     9/* $Id: tok.h,v 1.18 1998-06-02 15:30:06 Singular Exp $ */
    1010
    1111#ifndef MYYSTYPE
     
    2929#endif
    3030
    31 #if defined(__cplusplus) 
     31#if defined(__cplusplus)
    3232inline int max(const int a, const int b)  { return (a>b) ? a : b; }
    3333inline int min(const int a, const int b)  { return (a<b) ? a : b; }
Note: See TracChangeset for help on using the changeset viewer.