/* %Z%%M% %I% %E% */ /* * Copyright (c) 1992, 1995 by Wayne C. Gramlich. * All rights reserved. * * Permission to use, copy, modify, distribute, and sell this software * for any purpose is hereby granted without fee provided that the above * copyright notice and this permission are retained. The author makes * no representations about the suitability of this software for any purpose. * It is provided "as is" without express or implied warranty. */ /* This file contains the generate structure definitions: */ #ifndef GENERATE_DEFS_H #define GENERATE_DEFS_H #ifndef GENERATE_EXPORTS_H #include "generate_exports.h" #endif #ifndef ROUTINE_TYPES_H #include "routine_types.h" #endif struct Generate_struct { Generate_kind kind; Routine routine; }; #endif /* GENERATE_DEFS_H */