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/19 20:41:09 UTC

[lucy-commits] svn commit: r1137409 - in /incubator/lucy/branches/0.1: ./ charmonizer/src/Charmonizer/Probe.h charmonizer/src/Charmonizer/Probe/Headers.h

Author: marvin
Date: Sun Jun 19 18:41:09 2011
New Revision: 1137409

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

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

Modified:
    incubator/lucy/branches/0.1/   (props changed)
    incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe.h
    incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe/Headers.h

Propchange: incubator/lucy/branches/0.1/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Jun 19 18:41:09 2011
@@ -1 +1 @@
-/incubator/lucy/trunk:1134011,1134355,1134472,1134843-1134846
+/incubator/lucy/trunk:1134011,1134355,1134472,1134843-1134847

Modified: incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe.h
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe.h?rev=1137409&r1=1137408&r2=1137409&view=diff
==============================================================================
--- incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe.h (original)
+++ incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe.h Sun Jun 19 18:41:09 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/branches/0.1/charmonizer/src/Charmonizer/Probe/Headers.h
URL: http://svn.apache.org/viewvc/incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe/Headers.h?rev=1137409&r1=1137408&r2=1137409&view=diff
==============================================================================
--- incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe/Headers.h (original)
+++ incubator/lucy/branches/0.1/charmonizer/src/Charmonizer/Probe/Headers.h Sun Jun 19 18:41:09 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