Xaw3_1Cardinals.h revision 749
749N/A/* $XConsortium: Cardinals.h,v 1.5 89/03/30 16:05:19 jim Exp $ */
749N/A/*
749N/A
749N/ACopyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
749N/A
749N/APermission to use, copy, modify, and distribute this
749N/Asoftware and its documentation for any purpose and without
749N/Afee is hereby granted, provided that the above copyright
749N/Anotice appear in all copies and that both that copyright
749N/Anotice and this permission notice appear in supporting
749N/Adocumentation, and that the name of M.I.T. not be used in
749N/Aadvertising or publicity pertaining to distribution of the
749N/Asoftware without specific, written prior permission.
749N/AM.I.T. makes no representations about the suitability of
749N/Athis software for any purpose. It is provided "as is"
749N/Awithout express or implied warranty.
749N/A
749N/A*/
749N/A
749N/A#ifndef _Cardinals_h
749N/A#define _Cardinals_h
749N/A
749N/A#define ZERO ((Cardinal)0)
749N/A#define ONE ((Cardinal)1)
749N/A#define TWO ((Cardinal)2)
749N/A#define THREE ((Cardinal)3)
749N/A#define FOUR ((Cardinal)4)
749N/A#define FIVE ((Cardinal)5)
749N/A#define SIX ((Cardinal)6)
749N/A#define SEVEN ((Cardinal)7)
749N/A#define EIGHT ((Cardinal)8)
749N/A#define NINE ((Cardinal)9)
749N/A#define TEN ((Cardinal)10)
749N/A
749N/A#endif /* _Cardinals_h */