/* %Z%%M% %I% %E% */

/*
 * Copyright (c) 1990, 1991, 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 is not really used any more, but it is not worth the
 * effort to make it go away.
 */

#ifndef KEYWORD_DEFS_H
#define KEYWORD_DEFS_H

#ifndef KEYWORD_EXPORTS_H
#include "keyword_exports.h"
#endif

/* The Keyword_enum defintion was moved to keyword_types.h to shut lint up. */

#endif /* defined(KEYWORD_DEFS_H */
