summaryrefslogtreecommitdiff
path: root/web/c_cpp/cweb/comm-amiga.ch
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-02 03:04:42 +0000
committerNorbert Preining <norbert@preining.info>2021-03-02 03:04:42 +0000
commit4763ec8ceefaf2b038d591b8c15d88d081aec6c9 (patch)
tree113e7c21358dd01318b8e7a1e3f3228ec33bc563 /web/c_cpp/cweb/comm-amiga.ch
parent3a1a102e980610859d9f1b197733d6ce6a541c62 (diff)
CTAN sync 202103020304
Diffstat (limited to 'web/c_cpp/cweb/comm-amiga.ch')
-rw-r--r--web/c_cpp/cweb/comm-amiga.ch8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/c_cpp/cweb/comm-amiga.ch b/web/c_cpp/cweb/comm-amiga.ch
index 57e65d1ccd..f17c2d333b 100644
--- a/web/c_cpp/cweb/comm-amiga.ch
+++ b/web/c_cpp/cweb/comm-amiga.ch
@@ -4,14 +4,14 @@ This is the change file for CWEB's COMMON on the Amiga
With Lattice C 5.1, use compilation switches -b0 -r0, and ignore the
compiler warnings. With SAS 6.0, use compilation switches Code=far Data=far.
-@x section 69
+@x section 75
An omitted change file argument means that |"/dev/null"| should be used,
@y
An omitted change file argument means that |"nil:"| should be used,
@z
-@x section 70
- if (found_change<=0) strcpy(change_file_name,"/dev/null");
+@x section 76
+ strcpy(change_file_name,"/dev/null");
@y
- if (found_change<=0) strcpy(change_file_name,"nil:");
+ strcpy(change_file_name,"nil:");
@z