From 5b48f338db532abdb784c855fde99266077035e8 Mon Sep 17 00:00:00 2001 From: elliotth Date: Sat, 27 Feb 2010 17:53:32 +0000 Subject: [PATCH] trunk/verilog.c: trunk/Test/bug2747828.v: bug fix and test case from patch 2747828 (submitted by Nicolas Vincent). git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@753 c5d04d22-be80-434c-894e-aa346cc9e8e8 --- Test/bug2747828.v | 1 + verilog.c | 1 + 2 files changed, 2 insertions(+) create mode 100644 Test/bug2747828.v diff --git a/Test/bug2747828.v b/Test/bug2747828.v new file mode 100644 index 0000000..bfb11a1 --- /dev/null +++ b/Test/bug2747828.v @@ -0,0 +1 @@ +parameter ramaddr_0 = {1'b1,9'd0}; diff --git a/verilog.c b/verilog.c index 90b6139..7fc7748 100644 --- a/verilog.c +++ b/verilog.c @@ -232,6 +232,7 @@ static void tagNameList (const verilogKind kind, int c) c = skipWhite (c); if (c == '=') { + c = skipWhite (vGetc ()); if (c == '{') skipPastMatch ("{}"); else