changeset 1994:c2d20f365b84

[project @ 1996-03-03 01:19:32 by jwe]
author jwe
date Sun, 03 Mar 1996 01:22:28 +0000
parents 1b57120c997b
children 83432b801f03
files liboctave/MArray2.cc liboctave/MDiagArray2.cc liboctave/lo-error.h liboctave/oct-math.h liboctave/statdefs.h liboctave/str-vec.h liboctave/sun-utils.h src/lex.l src/parse.y
diffstat 9 files changed, 21 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/MArray2.cc
+++ b/liboctave/MArray2.cc
@@ -1,4 +1,3 @@
-// MArray.cc
 /*
 
 Copyright (C) 1996 John W. Eaton
--- a/liboctave/MDiagArray2.cc
+++ b/liboctave/MDiagArray2.cc
@@ -1,4 +1,3 @@
-// MArray.cc
 /*
 
 Copyright (C) 1996 John W. Eaton
--- a/liboctave/lo-error.h
+++ b/liboctave/lo-error.h
@@ -1,4 +1,3 @@
-// error.h
 /*
 
 Copyright (C) 1996 John W. Eaton
--- a/liboctave/oct-math.h
+++ b/liboctave/oct-math.h
@@ -1,4 +1,3 @@
-/* oct-math.h                                    -*- C -*- */
 /*
 
 Copyright (C) 1996 John W. Eaton
@@ -47,3 +46,10 @@
 #endif
 
 #endif
+
+/*
+;;; Local Variables: ***
+;;; mode: C ***
+;;; page-delimiter: "^/\\*" ***
+;;; End: ***
+*/
--- a/liboctave/statdefs.h
+++ b/liboctave/statdefs.h
@@ -1,4 +1,3 @@
-/* statdefs.h                                             -*- C -*-  */
 /*
 
 Copyright (C) 1996 John W. Eaton
--- a/liboctave/str-vec.h
+++ b/liboctave/str-vec.h
@@ -1,4 +1,3 @@
-// str-vec.h                                            -*- C -*-
 /*
 
 Copyright (C) 1996 John W. Eaton
--- a/liboctave/sun-utils.h
+++ b/liboctave/sun-utils.h
@@ -72,7 +72,7 @@
 
 /*
 ;;; Local Variables: ***
-;;; mode: C++ ***
+;;; mode: C ***
 ;;; page-delimiter: "^/\\*" ***
 ;;; End: ***
 */
--- a/src/lex.l
+++ b/src/lex.l
@@ -1,4 +1,4 @@
-/* lex.l                                                -*- C++ -*-
+/*
 
 Copyright (C) 1996 John W. Eaton
 
@@ -1805,3 +1805,9 @@
 // ".*="	return EMUL_EQ;
 // "./="	return EDIV_EQ;
 // ".\\="	return ELEFTDIV_EQ;
+
+/*
+;;; Local Variables: ***
+;;; mode: C++ ***
+;;; End: ***
+*/
--- a/src/parse.y
+++ b/src/parse.y
@@ -1,4 +1,3 @@
-// parse.y						-*- text -*-
 /*
 
 Copyright (C) 1996 John W. Eaton
@@ -2071,3 +2070,9 @@
 		 curr_fcn_file_full_name.c_str ());
     }
 }
+
+/*
+;;; Local Variables: ***
+;;; mode: text ***
+;;; End: ***
+*/