diff --git a/.gitattributes b/.gitattributes index 40979671b6869ef1be61f85034f7ed7b7efbfe0f..d16fb4b3c12d13ea39379a07558d3db20ca9dd71 100644 --- a/.gitattributes +++ b/.gitattributes @@ -165,6 +165,7 @@ testfont binary /src/install-sh foreign_ident /src/interpret.c foreign_ident /src/interpret.h foreign_ident +/src/interpret_functions.h foreign_ident /src/language.yacc foreign_ident /src/las.c foreign_ident /src/las.h foreign_ident diff --git a/src/interpret_functions.h b/src/interpret_functions.h index a34a0493f02674a05c200004b959c61a3f854342..b6ac337c7afb213bb497177b59a0adc1d27d02d2 100644 --- a/src/interpret_functions.h +++ b/src/interpret_functions.h @@ -1,3 +1,8 @@ +/* + * $Id: interpret_functions.h,v 1.4 2000/04/18 19:24:28 grubba Exp $ + * + * Opcode definitions for the interpreter. + */ OPCODE0(F_UNDEFINED,"push UNDEFINED") push_int(0);