Changeset ff8a6bf in git for factory/config.h.in


Ignore:
Timestamp:
Jul 1, 1998, 11:26:12 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
46976a68b5b1ef847ae27a04683148c9e8acb851
Parents:
4bef466623e7afc1f45714ad32227a2a63e0e490
Message:
CodeWarrior: "long long" ?


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

Legend:

Unmodified
Added
Removed
  • factory/config.h.in

    r4bef46 rff8a6bf  
    11/* emacs edit mode for this file is -*- C -*- */
    2 /* $Id: config.h.in,v 1.8 1998-06-29 14:18:24 schmidt Exp $ */
     2/* $Id: config.h.in,v 1.9 1998-07-01 09:26:12 pohl Exp $ */
    33
    44#ifndef INCL_CONFIG_H
     
    7272
    7373/* define type of your compilers 64 bit integer type */
     74#ifdef __MWERKS__
     75struct Int_64;
     76typedef struct Int_64 _Int_64;
     77typedef _Int_64* INT64;
     78#else
    7479#define INT64 long long int
     80#endif
    7581
    7682/************** END OF CONFIGURABLE SECTION **************/
Note: See TracChangeset for help on using the changeset viewer.