BSD 4_3_Reno development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 17 Jun 1990 06:44:43 +0000 (22:44 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Sun, 17 Jun 1990 06:44:43 +0000 (22:44 -0800)
Work on file usr/src/libexec/pcc/f1.tahoe/fort.h

Synthesized-from: CSRG/cd2/4.3reno

usr/src/libexec/pcc/f1.tahoe/fort.h [new file with mode: 0644]

diff --git a/usr/src/libexec/pcc/f1.tahoe/fort.h b/usr/src/libexec/pcc/f1.tahoe/fort.h
new file mode 100644 (file)
index 0000000..8956272
--- /dev/null
@@ -0,0 +1,13 @@
+/*     fort.h  1.1     86/01/11        */
+
+
+/*     machine dependent file  */
+
+label( n ){
+       printf( "L%d:\n", n );
+       }
+
+tlabel(){
+       lccopy( 2 );
+       printf( ":\n" );
+       }