diff options
| author | Greg Clayton <gclayton@apple.com> | 2011-11-09 19:04:58 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2011-11-09 19:04:58 +0000 |
| commit | ed3ae7005d290a3b465544d3ee222d125a2e92f0 (patch) | |
| tree | 32143447601af1989235e62d94ff145a1f58e4b8 /lldb/tools/debugserver/scripts | |
| parent | aea81795a60c2edb560907bfcc28405b99918cb8 (diff) | |
| download | bcm5719-llvm-ed3ae7005d290a3b465544d3ee222d125a2e92f0.tar.gz bcm5719-llvm-ed3ae7005d290a3b465544d3ee222d125a2e92f0.zip | |
Cleanup some warnings.
llvm-svn: 144200
Diffstat (limited to 'lldb/tools/debugserver/scripts')
| -rw-r--r-- | lldb/tools/debugserver/scripts/dbgnub-config.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/debugserver/scripts/dbgnub-config.pl b/lldb/tools/debugserver/scripts/dbgnub-config.pl index c953cc2e1c5..07d7229748c 100644 --- a/lldb/tools/debugserver/scripts/dbgnub-config.pl +++ b/lldb/tools/debugserver/scripts/dbgnub-config.pl @@ -22,7 +22,7 @@ my @config_tests = ( # Open the config file #---------------------------------------------------------------------- open(CONFIG, "> $config_file") || die "Couldn't open '$config_file' for writing: $!\n"; -print CONFIG "/*" . "-" x 72 . "\n"; +print CONFIG "//" . "-" x 72 . "\n"; print CONFIG "// This file is auto generated by a dbgnub-config.pl, do not edit by hand!\n"; print CONFIG "//" . "-" x 72 . "\n"; print CONFIG "// COMMAND LINE\n"; @@ -39,7 +39,7 @@ print CONFIG "//" . "-" x 72 . "\n"; print CONFIG "// SETTINGS\n"; print CONFIG "// config_file: '$config_file'\n"; print CONFIG "//" . "-" x 72 . "\n"; -print CONFIG "*/\n\n"; +print CONFIG "\n\n"; print CONFIG "#ifndef __DBGNUB_CONFIG__\n"; print CONFIG "#define __DBGNUB_CONFIG__\n"; |

