[liblouis-liblouisxml] [liblouis] r704 committed - Commenting out the code for lou_getTablesPaths

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Sat, 23 Jun 2012 13:04:13 +0000

Revision: 704
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Sat Jun 23 06:03:53 2012
Log:      Commenting out the code for lou_getTablesPaths
http://code.google.com/p/liblouis/source/detail?r=704

Modified:
 /trunk/liblouis/compileTranslationTable.c
 /trunk/liblouis/liblouis.h.in

=======================================
--- /trunk/liblouis/compileTranslationTable.c   Wed Jun 20 09:15:13 2012
+++ /trunk/liblouis/compileTranslationTable.c   Sat Jun 23 06:03:53 2012
@@ -35,7 +35,7 @@
 #include <stdarg.h>
 #include <string.h>
 #include <ctype.h>
-#include <unistd.h>
+//#include <unistd.h>

 #include "louis.h"
 #include "config.h"
@@ -5112,6 +5112,7 @@
  * This procedure provides a target for cals that serve as breakpoints
  * for gdb.
  */
+/*
 char *EXPORT_CALL
 lou_getTablePaths ()
 {
@@ -5145,6 +5146,7 @@
 #endif
   return paths;
 }
+*/

 void
 debugHook ()
=======================================
--- /trunk/liblouis/liblouis.h.in       Wed Jun 20 09:15:13 2012
+++ /trunk/liblouis/liblouis.h.in       Sat Jun 23 06:03:53 2012
@@ -133,7 +133,7 @@
   char * EXPORT_CALL lou_getDataPath ();
   /* Get the path set in the previous function. */

-  char EXPORT_CALL * lou_getTablePaths ();
+//  char EXPORT_CALL * lou_getTablePaths ();
   /* Get a list of paths actually used in seraching for tables*/

   void EXPORT_CALL lou_free ();
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r704 committed - Commenting out the code for lou_getTablesPaths - liblouis