OpenCores
URL https://opencores.org/ocsvn/copyblaze/copyblaze/trunk

Subversion Repositories copyblaze

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /copyblaze
    from Rev 45 to Rev 46
    Reverse comparison

Rev 45 → Rev 46

/trunk/copyblaze/sw/tools/asm/pBlazASM/pBlazASM/pbLexer.c
111,7 → 111,7
} else if ( *s == ' ' || iscntrl( *s ) ) {
// white space, 'space' and all control characters, except \0, \r and \n
s++ ;
} else if ( mode && ( isalnum( *s ) ) ) {
} else if ( mode && ( isalnum( *s ) || *s == '_' ) ) {
// KCPSM mode, all alphanum is accepted for idents, could be hex values
// ident
start = s++ ;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.