?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.     DEFINE define1 12           ; trailing comments were producing many spaces trailing in the value
  2.     DB define1; so here was extra whitespace in listing after substituted "12"
  3.     ; since v1.18.2 these are trimmed, but only when there's eol-comment trailing
  4.  
  5.     ; without trailing comment, they are part of the value!
  6.     DEFINE define2 34  
  7.     DB define2; here should be two spaces after "34" comming from the DEFINE line
  8.