/*============================================================================= * drt/sys/yacc.h * Dummy header file for YACC. * * History * 1.00, 1999-01-13, David R Tribble. * First cut. * * 1.01, 1999-02-28, David R Tribble. * Moved to drt/sys/. * * Copyright ©1999 by David R. Tribble, all rights reserved. *----------------------------------------------------------------------------*/ #ifndef drt_sys_yacc_h #define drt_sys_yacc_h 1 #ifdef __cplusplus extern "C" { #endif /* Identification */ #ifndef NO_H_IDENT static const char drt_sys_yacc_h_id[] = "@(#)drt/sys/yacc.h 1.01"; #endif /* No contents */ #ifdef __cplusplus } #endif #endif /* drt_sys_yacc_h */ /* End yacc.h */