summaryrefslogtreecommitdiff
path: root/web/spiderweb/patches/010
blob: fca8083e4c69927212bc7b86ab8fa1f280c3af6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** master/weave.web.old	Thu Feb  8 12:55:12 1990
--- master/weave.web	Thu Feb  8 12:55:50 1990
***************
*** 254,260 ****
  		(mod_xref_switch==file_flag && q->num < file_flag)) {
        printf("\n! You can't use <"); print_id(p); 
  	printf("> both as a file and as a named module"); mark_harmless;
! @.{You can't use <section name> both as a file...@>
  
  	}
  }
--- 254,260 ----
  		(mod_xref_switch==file_flag && q->num < file_flag)) {
        printf("\n! You can't use <"); print_id(p); 
  	printf("> both as a file and as a named module"); mark_harmless;
! @.You can't use <section name> both as a file...@>
  
  	}
  }
***************
*** 968,974 ****
  	if ((cur_xref->num)/def_flag != level) {
  	      printf("\n! You can't use <"); print_id(p); 
  	      printf("> both as a file and as a named module"); mark_harmless;
! @.{You can't use <section name> both as a file...@>
  	}
  	cur_xref=cur_xref->xlink;
      }
--- 968,974 ----
  	if ((cur_xref->num)/def_flag != level) {
  	      printf("\n! You can't use <"); print_id(p); 
  	      printf("> both as a file and as a named module"); mark_harmless;
! @.You can't use <section name> both as a file...@>
  	}
  	cur_xref=cur_xref->xlink;
      }