diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-01-30 22:18:21 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-01-30 22:18:21 +0000 |
commit | 7b769fb03bafef3ae97b8323740cef555dcd07ed (patch) | |
tree | cb4012831457faa64c6b41ff67563394bfdc5500 /gdb | |
parent | 1de8f0232cc15f672d262c6bb4e96d14e47668f2 (diff) | |
download | gdb-7b769fb03bafef3ae97b8323740cef555dcd07ed.zip gdb-7b769fb03bafef3ae97b8323740cef555dcd07ed.tar.gz gdb-7b769fb03bafef3ae97b8323740cef555dcd07ed.tar.bz2 |
Replace blanked lines from earlier commit with comment stating that
the reason why the space is empty.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.c++/templates.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.c++/templates.cc b/gdb/testsuite/gdb.c++/templates.cc index 12e102f..c13f18b 100644 --- a/gdb/testsuite/gdb.c++/templates.cc +++ b/gdb/testsuite/gdb.c++/templates.cc @@ -284,9 +284,9 @@ void h(long double = 4.33e33) #endif */ - - - +/* An unneeded printf() definition - actually, just a stub - used to occupy + this space. It has been removed and replaced with this comment which + exists to occupy some lines so that templates.exp won't need adjustment. */ class T1 { public: |