Remove trailing whitespace that can trigger false positives in abicheck.sh

2007-12-06  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* gdk-pixbuf/gdk-pixbuf.symbols:
	* gdk/gdk.symbols:
	* gdk/gtk.symbols: Remove trailing whitespace that can trigger false
	positives in abicheck.sh

svn path=/trunk/; revision=19124
This commit is contained in:
Tommi Komulainen
2007-12-06 20:14:17 +00:00
committed by Tommi Komulainen
parent 01f8212ad3
commit 62315bd5d0
4 changed files with 31 additions and 24 deletions

View File

@ -1,17 +1,17 @@
/* This file lists all exported symbols. It is used to generate
* the gdk.def file used to control exports on Windows and the
* gdkalias.h/gdkaliasdef.c files used to avoid PLT entries for
* gdkalias.h/gdkaliasdef.c files used to avoid PLT entries for
* internal uses of exported functions (see makegdkalias.pl).
*
*
* Every symbol must be included in the right
* #ifdef IN_HEADER(sym) #endif and
* #ifdef IN_FILE(sym) #endif sections.
*
*
* gdkalias.h must be included *after* all other gdk headers
* in each source file, gdkaliasdef.c must be included at the
* very bottom, after a line defining the right symbol.
*
* (This would be much easier if there was a rational 1-1
*
* (This would be much easier if there was a rational 1-1
* relation between headers and source files.)
*/
#ifdef ALL_FILES