Corrected a typo that somehow crept into the verilog delimiter set,

replacing the semicolon with a colon, which basically hoses the
verilog parser.
This commit is contained in:
Tim Edwards 2019-07-02 10:45:10 -04:00
parent cb3cf592e8
commit 840f997133
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
// See netfile.c for explanation of delimiters. 'X'
// separates single-character delimiters from two-character delimiters.
#define VLOG_DELIMITERS "X///**/#((**)X,::(){}[]="
#define VLOG_DELIMITERS "X///**/#((**)X,;:(){}[]="
#define VLOG_PIN_NAME_DELIMITERS "X///**/(**)X()"
// Global storage for verilog parameters