You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/06/12 02:29:02 UTC

[lucy-commits] svn commit: r1134847 - in /incubator/lucy/trunk/charmonizer/src/Charmonizer: Probe.h Probe/Headers.h

Author: marvin
Date: Sun Jun 12 00:29:01 2011
New Revision: 1134847

URL: http://svn.apache.org/viewvc?rev=1134847&view=rev
Log:
LUCY-156 Add missing short names.

Add short-name aliases for a couple of prefixed symbols.

Modified:
    incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.h
    incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe/Headers.h

Modified: incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.h
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.h?rev=1134847&r1=1134846&r2=1134847&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.h (original)
+++ incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.h Sun Jun 12 00:29:01 2011
@@ -60,6 +60,7 @@ chaz_Probe_get_charmony_fh(void);
   #define Probe_init            chaz_Probe_init
   #define Probe_clean_up        chaz_Probe_clean_up
   #define Probe_set_verbosity   chaz_Probe_set_verbosity
+  #define Probe_get_charmony_fh chaz_Probe_get_charmony_fh
 #endif
 
 #ifdef __cplusplus

Modified: incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe/Headers.h
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe/Headers.h?rev=1134847&r1=1134846&r2=1134847&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe/Headers.h (original)
+++ incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe/Headers.h Sun Jun 12 00:29:01 2011
@@ -90,6 +90,7 @@ chaz_Headers_run(void);
 
 #ifdef CHAZ_USE_SHORT_NAMES
   #define Headers_run        chaz_Headers_run
+  #define Headers_check      chaz_Headers_check
 #endif
 
 #ifdef __cplusplus