qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 2/2] tracetool: dtrace: warn on reserved word usag


From: Alon Levy
Subject: [Qemu-trivial] [PATCH 2/2] tracetool: dtrace: warn on reserved word usage
Date: Thu, 29 Mar 2012 23:35:37 +0200

Signed-off-by: Alon Levy <address@hidden>
---
 scripts/tracetool |    1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/tracetool b/scripts/tracetool
index ab788f2..c2aed8f 100755
--- a/scripts/tracetool
+++ b/scripts/tracetool
@@ -497,6 +497,7 @@ EOF
         # postfix reserved words with '_'
         case "$arg" in
             limit|in|next|self)
+                echo "reserved word used in line: $1" 1>&2
                 arg="${arg}_"
                 ;;
         esac
-- 
1.7.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]