summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/defid2
-rwxr-xr-xtestsuite/consistency4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/defid b/src/defid
index dcb8da3..e365ff1 100644
--- a/src/defid
+++ b/src/defid
@@ -2,5 +2,5 @@
for sym
do
- gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym
+ gid $sym |egrep '(}[ ]*|:[ ]*#[ ]*define[ ]+)'$sym'|typedef\>.*[ ]+'$sym
done
diff --git a/testsuite/consistency b/testsuite/consistency
index 5d56d0b..fc3def8 100755
--- a/testsuite/consistency
+++ b/testsuite/consistency
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007-2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ if eval $cmd; then
files="`$bindir/fnid || exit 1`"
if $bindir/xtokid $m_flag $files |sort -u >ID.xti &&
- $bindir/lid |sed -e 's/[ ].*//' |sort -u >ID.lid &&
+ $bindir/lid |sed -e 's/[ ].*//' |sort -u >ID.lid &&
cmp -s ID.xti ID.lid
then
rm -f ID.xti ID.lid