mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
* scripts/check-c++-types.sh: Improve comments.
This commit is contained in:
parent
088f460f75
commit
9b33781cad
@ -1,5 +1,7 @@
|
|||||||
2005-11-24 Ulrich Drepper <drepper@redhat.com>
|
2005-11-24 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* scripts/check-c++-types.sh: Improve comments.
|
||||||
|
|
||||||
* scripts/check-local-headers.sh: New file.
|
* scripts/check-local-headers.sh: New file.
|
||||||
* Makefile (tests): Run check-local-headers.sh.
|
* Makefile (tests): Run check-local-headers.sh.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /bin/bash
|
#! /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.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -28,7 +28,7 @@
|
|||||||
# egrep '^typedef.*;$' |
|
# egrep '^typedef.*;$' |
|
||||||
# sed 's/^typedef[[:space:]]*//;s/\([[:space:]]\{1,\}__attribute__.*\);/;/;s/.*[[:space:]]\([*]\|\)\(.*\);/\2/' |
|
# sed 's/^typedef[[:space:]]*//;s/\([[:space:]]\{1,\}__attribute__.*\);/;/;s/.*[[:space:]]\([*]\|\)\(.*\);/\2/' |
|
||||||
# egrep -v '^_' |
|
# egrep -v '^_' |
|
||||||
# sort -u
|
# LC_ALL=C sort -u
|
||||||
#
|
#
|
||||||
data=$1
|
data=$1
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user