diff options
Diffstat (limited to 'contrib/file/names.h')
-rw-r--r-- | contrib/file/names.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/file/names.h b/contrib/file/names.h index e71f6aae7c99d..f06be17fb0564 100644 --- a/contrib/file/names.h +++ b/contrib/file/names.h @@ -32,7 +32,7 @@ * appear at fixed offsets into the file. Don't make HOWMANY * too high unless you have a very fast CPU. * - * $Id: names.h,v 1.25 2004/09/11 19:15:57 christos Exp $ + * $File: names.h,v 1.27 2007/05/08 16:47:03 christos Exp $ */ /* @@ -167,6 +167,8 @@ static struct names { {".text", L_MACH}, {"clr", L_MACH}, {"(input,", L_PAS}, + {"program", L_PAS}, + {"record", L_PAS}, {"dcl", L_PLI}, {"Received:", L_MAIL}, {">From", L_MAIL}, |