restore keywords
[unix-history] / usr / src / old / dbx / ops.c
index edaf36c..2faa380 100644 (file)
@@ -1,13 +1,21 @@
-/* Copyright (c) 1982 Regents of the University of California */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)ops.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 
-static char sccsid[] = "@(#)@(#)ops.c 1.1 %G%";
+static char rcsid[] = "$Header: ops.c,v 1.5 84/12/26 10:41:07 linton Exp $";
 
 /*
  * Machine operators.
  */
 
 #include "defs.h"
 
 /*
  * Machine operators.
  */
 
 #include "defs.h"
-#include "vaxops.h"
+#include "ops.h"
 
 #ifndef public
 typedef unsigned char VaxOpcode;
 
 #ifndef public
 typedef unsigned char VaxOpcode;