Changeset 5204


Ignore:
Timestamp:
Oct 30, 2022, 9:52:39 AM (2 years ago)
Author:
Andreas Schnellbacher
Message:
  • Mode E: Removed comment auto-termination for "/*", because usually "--" is used.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/ekeys.e

    r5202 r5204  
    159159
    160160defproc ESecondExpansion
    161    universal comment_auto_terminate
    162 
    163161   fForce = wordpos( 'FORCE', upcase( arg( 1)))
    164162
     
    261259         endif
    262260
    263       elseif pos( '/*', StripLineStr) & comment_auto_terminate then
    264          call NextCmdAltersText()
    265          if not pos( '*/', StripLineStr) then
    266             endline
    267             keyin ' */'
    268          endif
    269          'Newline newline'
    270261      else
    271262         retc = 1
Note: See TracChangeset for help on using the changeset viewer.