vn_open now returns locked, so must unlock when done
[unix-history] / usr / src / sys / vax / inline / inline.h
index 4883154..d296aec 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1984, 1986 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)inline.h    1.4 (Berkeley) %G%
+ *     @(#)inline.h    7.2 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -23,7 +24,7 @@
  *   MAXARGS is the maximum number of arguments in an assembly instruction
  */
 #define QUEUESIZE      16
  *   MAXARGS is the maximum number of arguments in an assembly instruction
  */
 #define QUEUESIZE      16
-#define MAXLINELEN     128
+#define MAXLINELEN     1024
 #define MAXARGS                10
 
 /*
 #define MAXARGS                10
 
 /*
@@ -60,6 +61,8 @@ struct pats {
 };
 struct pats *patshdr[HSHSIZ];
 extern struct pats language_ptab[], libc_ptab[], machine_ptab[];
 };
 struct pats *patshdr[HSHSIZ];
 extern struct pats language_ptab[], libc_ptab[], machine_ptab[];
+extern struct pats vax_libc_ptab[], vaxsubset_libc_ptab[];
+extern struct pats vax_ptab[], vaxsubset_ptab[];
 
 /*
  * This table defines the set of instructions that demark the
 
 /*
  * This table defines the set of instructions that demark the