mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +00:00

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
2 lines
105 B
C
2 lines
105 B
C
/* This function gets called when TinyScheme is initializing the extension */
|
|
void init_re (scheme *sc);
|