jilc-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jilc-patches] CVS: jilc/src defines.h,NONE,1.1


From: Gaurav Vaish <address@hidden>
Subject: [Jilc-patches] CVS: jilc/src defines.h,NONE,1.1
Date: Mon, 25 Feb 2002 07:51:13 -0500

Update of /cvsroot/jilc/jilc/src
In directory subversions:/tmp/cvs-serv14510

Added Files:
        defines.h 
Log Message:
2002-02-25   Gaurav Vaish <address@hidden>

* Forgot to put before...





--- NEW FILE ---
/**
 * defines.h -- Hash-defines, required for all files, are defined here.
 *
 * Author: Gaurav Vaish <address@hidden>
 *
 * (C) Gaurav Vaish, Gopal V; 2002
 */

#ifndef __DEFINES_H
#define __DEFINES_H

#define OK    0
#define ERROR 1

typedef unsigned char      byte;
typedef unsigned char      UInt8;
typedef unsigned short     UInt16;
typedef unsigned int       UInt32;
typedef unsigned long long UInt64;

typedef short     Int16;
typedef int       Int32;
typedef long long Int64;

#endif



reply via email to

[Prev in Thread] Current Thread [Next in Thread]