use guile-snarf for subr definition
[bpt/emacs.git] / src / decompress.c
index cd8a3d1..540c39d 100644 (file)
@@ -224,9 +224,9 @@ This function can be called only in unibyte buffers.  */)
 void
 syms_of_decompress (void)
 {
+#include "decompress.x"
+
   DEFSYM (Qzlib_dll, "zlib");
-  defsubr (&Szlib_decompress_region);
-  defsubr (&Szlib_available_p);
 }
 
 #endif /* HAVE_ZLIB */