aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_language.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/catalog/pg_language.h b/src/include/catalog/pg_language.h
index 5ab3ba99921..9baa6f294c4 100644
--- a/src/include/catalog/pg_language.h
+++ b/src/include/catalog/pg_language.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_language.h,v 1.8 1999/02/13 23:21:11 momjian Exp $
+ * $Id: pg_language.h,v 1.9 1999/10/06 18:20:31 momjian Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -65,8 +65,6 @@ typedef FormData_pg_language *Form_pg_language;
DATA(insert OID = 11 ( internal f 0 0 "n/a" ));
DESCR("");
#define INTERNALlanguageId 11
-DATA(insert OID = 12 ( lisp f 0 0 "/usr/ucb/liszt" ));
-DESCR("");
DATA(insert OID = 13 ( "C" f 0 0 "/bin/cc" ));
DESCR("");
#define ClanguageId 13