File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -672,7 +672,7 @@ UBYTE * DoModDollar(UBYTE *s, int type)
672672 number = GetDollar (name );
673673 if ( number < 0 ) {
674674 number = AddDollar (s ,0 ,0 ,0 );
675- Warning ("& Undefined $-variable in module statement" );
675+ Warning ("Undefined $-variable in module statement" );
676676 }
677677 md = (MODOPTDOLLAR * )FromList (& AC .ModOptDolList );
678678 md -> number = number ;
Original file line number Diff line number Diff line change @@ -1526,7 +1526,7 @@ illegsym: *s = cc;
15261526 else goto illegsym ;
15271527 * s = cc ;
15281528 if ( * s != ')' || ( s [1 ] && s [1 ] != ',' && s [1 ] != '<' ) ) {
1529- Warning ("& Excess information in symmetric properties currently ignored" );
1529+ Warning ("Excess information in symmetric properties currently ignored" );
15301530 s = SkipField (s ,1 );
15311531 }
15321532 else s ++ ;
@@ -1547,7 +1547,7 @@ retry:;
15471547 if ( ( StrICont (par ,(UBYTE * )"arguments" ) == 0 )
15481548 || ( StrICont (par ,(UBYTE * )"args" ) == 0 ) ) {}
15491549 else {
1550- Warning ("& Illegal information in number of arguments properties currently ignored" );
1550+ Warning ("Illegal information in number of arguments properties currently ignored" );
15511551 error = 1 ;
15521552 }
15531553 * s = cc ;
@@ -1571,7 +1571,7 @@ retry:;
15711571 if ( ( StrICont (par ,(UBYTE * )"arguments" ) == 0 )
15721572 || ( StrICont (par ,(UBYTE * )"args" ) == 0 ) ) {}
15731573 else {
1574- Warning ("& Illegal information in number of arguments properties currently ignored" );
1574+ Warning ("Illegal information in number of arguments properties currently ignored" );
15751575 error = 1 ;
15761576 }
15771577 * s = cc ;
You can’t perform that action at this time.
0 commit comments