diff options
Diffstat (limited to 'gdb/make-init-c')
-rwxr-xr-x | gdb/make-init-c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/make-init-c b/gdb/make-init-c index 7190e69..3458333 100755 --- a/gdb/make-init-c +++ b/gdb/make-init-c @@ -41,7 +41,6 @@ set -e echo "/* Do not modify this file. */" echo "/* It is created automatically by the Makefile. */" -echo "#include \"defs.h\" /* For initialize_file_ftype. */" echo "#include <algorithm>" echo "" sed -n -e 's/^\(_initialize_[a-zA-Z0-9_]*\) ()$/\1/p' "$@" | while read -r name; do |