Commit 9dcd8c52 authored by Bruce Momjian's avatar Bruce Momjian

More more liszt language code, so remove it from pg_language.

parent c167863f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* the genbki.sh script reads this file and generates .bki * the genbki.sh script reads this file and generates .bki
...@@ -65,8 +65,6 @@ typedef FormData_pg_language *Form_pg_language; ...@@ -65,8 +65,6 @@ typedef FormData_pg_language *Form_pg_language;
DATA(insert OID = 11 ( internal f 0 0 "n/a" )); DATA(insert OID = 11 ( internal f 0 0 "n/a" ));
DESCR(""); DESCR("");
#define INTERNALlanguageId 11 #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" )); DATA(insert OID = 13 ( "C" f 0 0 "/bin/cc" ));
DESCR(""); DESCR("");
#define ClanguageId 13 #define ClanguageId 13
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment