about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-25 07:34:21 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-25 07:34:21 +0000
commit9b33781cad14b416d145726c1417be7c79069fdb (patch)
tree71642eda6d24d99ea5eab9c56b1e21ca5b396ca8
parent088f460f7527c6e99f393fa6fb1fc0cf87bb291c (diff)
downloadglibc-9b33781cad14b416d145726c1417be7c79069fdb.tar.gz
glibc-9b33781cad14b416d145726c1417be7c79069fdb.tar.xz
glibc-9b33781cad14b416d145726c1417be7c79069fdb.zip
* scripts/check-c++-types.sh: Improve comments.
-rw-r--r--ChangeLog2
-rwxr-xr-xscripts/check-c++-types.sh4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d4f5fa9de2..2adef782c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-11-24  Ulrich Drepper  <drepper@redhat.com>
 
+	* scripts/check-c++-types.sh: Improve comments.
+
 	* scripts/check-local-headers.sh: New file.
 	* Makefile (tests): Run check-local-headers.sh.
 
diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh
index 1992705e0f..f0ea0b5a84 100755
--- a/scripts/check-c++-types.sh
+++ b/scripts/check-c++-types.sh
@@ -1,5 +1,5 @@
 #! /bin/bash
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -28,7 +28,7 @@
 # egrep '^typedef.*;$' |
 # sed 's/^typedef[[:space:]]*//;s/\([[:space:]]\{1,\}__attribute__.*\);/;/;s/.*[[:space:]]\([*]\|\)\(.*\);/\2/' |
 # egrep -v '^_' |
-# sort -u
+# LC_ALL=C sort -u
 #
 data=$1
 shift