Skip to content

Commit

Permalink
Revert "Some out of date local procedures caused some files to be sav…
Browse files Browse the repository at this point in the history
…ed with"

This reverts commit 1686c46.
  • Loading branch information
tesneddon committed Mar 30, 2013
1 parent 8d50e1d commit b3dc5c4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions make_symbol_vector.tes
Original file line number Diff line number Diff line change
Expand Up @@ -241,29 +241,29 @@ HK ! Clear the buffer !
@^UN%% ! Clear input symbol list !
:@ER%^EQX%"F ! If could not open file then !
@^A%Can't find file "% :G.I @^A%"...% 13^T 2<10^T>
| ! endif could not open file !
0U.F ! Clear "in module" !
< :EY; ! Yank in a page !
<
::@S%Module %"S ! If line starts Module !
-1U.F
| Q.F"S
::@S%^X^EL%"S
^SC
0U.F
|
<
< 0A-^^ "N 0;' C >
< 0A"C 0A:@^UN%% C | 0;' >
^^,:@^UN%%
0A-13"E 0;' >
'
' '
L .-Z;> ! Advance line, leave if none !
>
HK ! clear text buffer !
| ! else !
0U.F ! Clear "in module" !
< :EY; ! Yank in a page !
< ! loop over lines !
::@S%Module %"S ! If line starts Module !
-1U.F ! set "in module" !
| Q.F"S ! else if "in module" !
::@S%^X^EL%"S ! if line is blank !
^SC ! backup . before eol !
0U.F ! clear "in module" !
| ! else !
< ! loop over line !
< 0A-^^ "N 0;' C > ! skip leading space!
< 0A"C 0A:@^UN%% C | 0;' > ! put symbol name, !
^^,:@^UN%% ! and ',' into N$ !
0A-13"E 0;' > ! leave if at line end!
' ! end if !
' ' ! end if !
L .-Z;> ! next line, leave if none !
> ! page loop !
HK ! clear text buffer !
@^A%done...% 13^T 10^T
'
' ! end if !

! --------------------------------------------------------------------- !
! Here we load all lines from the header file that describes the public !
Expand Down

0 comments on commit b3dc5c4

Please sign in to comment.