diff options
author | Tom Tromey <tromey@redhat.com> | 1998-10-14 17:28:52 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-10-14 17:28:52 +0000 |
commit | aad579b0308d17e8d0ae39b2c175a926531f7378 (patch) | |
tree | cb79786a309afe8ebc0194dd4ce7e583927e7b3b /.Sanitize | |
parent | 6ea1f114197c2ceb897340a80d84d8f6834fc03e (diff) | |
download | gdb-aad579b0308d17e8d0ae39b2c175a926531f7378.zip gdb-aad579b0308d17e8d0ae39b2c175a926531f7378.tar.gz gdb-aad579b0308d17e8d0ae39b2c175a926531f7378.tar.bz2 |
Updated .Sanitize for qthreads
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ else fi # Java stuff -java_files="boehm-gc libjava" +java_files="boehm-gc libjava qthreads" if (echo $* | grep keep\-java > /dev/null); then keep_these_too="${keep_these_too} ${java_files}" |