language (not unlike BASIC) which was developped by DEC for the PDP-8, and later popular also on PDP-11 under RT-11
20 lines
342 B
Text
20 lines
342 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/09/11 17:15:02 drochner Exp $
|
|
|
|
--- focal0.c.orig 1995-04-17 15:03:43.000000000 +0200
|
|
+++ focal0.c
|
|
@@ -13,6 +13,7 @@
|
|
$(ATOD) = 1
|
|
$(DTOA) = 1
|
|
*/
|
|
+/*
|
|
#ifdef DOCUMENTATION
|
|
|
|
title focal Ancient Interpretive Language
|
|
@@ -35,6 +36,7 @@ author
|
|
Dave Conroy
|
|
|
|
#endif
|
|
+*/
|
|
|
|
#include "focal.h"
|
|
#ifdef vms
|