use appropriate EAL macro for constructors
[dpdk.git] / devtools / check-symbol-change.sh
index 4b8d9f3..020da7e 100755 (executable)
@@ -31,6 +31,7 @@ build_map_changes()
                # Triggering this rule sets in_sec to 1, which actives the
                # symbol rule below
                /^.*{/ {
+                       gsub("+", "");
                        if (in_map == 1) {
                                sec=$(NF-1); in_sec=1;
                        }