[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: Commit by: danmc



CVSROOT:	/home/cvspsrv/cvsroot
Module name:	eda
Changes by:	danmc	05/02/03 18:04:25

Modified files:
	geda/devel/geda/src: m_file.c 
	geda/devel/gschem/include: prototype.h 
	geda/devel/gschem/noweb: o_misc.nw o_net.nw x_attribedit.nw 
	                         x_fileselect.nw x_image.nw x_print.nw 
	                         x_script.nw 
	geda/devel/libgeda/include: prototype.h 
	geda/devel/libgeda/noweb: a_basic.nw f_basic.nw f_image.nw 
	                          f_print.nw g_basic.nw o_image.nw 
	                          s_project.nw 

Log message:
- lots of clean up of 'const' usage.  Seems to have squished all
gcc warnings around const.  Mostly this involved adding lots of
missing const's.
- also add a few missing prototypes and header files.
- fix call to realpath (it was being given a pointer to a pointer rather
than a pointer).