plug-ins/script-fu/Makefile.am removed....

2008-09-11  Michael Natterer  <mitch@gimp.org>

	* plug-ins/script-fu/Makefile.am
	* plug-ins/script-fu/re/*: removed....

	* plug-ins/script-fu/script-fu-regex.[ch]: and replaced with a
	few-liner using GRegex. Seems to have some issues that need to be
	sorted out.

	* plug-ins/script-fu/scheme-wrapper.c: changed accordingly.


svn path=/trunk/; revision=26921
This commit is contained in:
Michael Natterer
2008-09-10 23:10:15 +00:00
committed by Michael Natterer
parent 0765087a8f
commit bace080590
37 changed files with 158 additions and 6206 deletions

View File

@ -0,0 +1,2 @@
/* This function gets called when TinyScheme is initializing the extension */
void init_re (scheme *sc);