Changeset: ce9e4a7e17e4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ce9e4a7e17e4
Modified Files:
        gdk/gdk_tracer.h
Branch: gdk_tracer
Log Message:

Replaced static with gdk_export


diffs (39 lines):

diff --git a/gdk/gdk_tracer.h b/gdk/gdk_tracer.h
--- a/gdk/gdk_tracer.h
+++ b/gdk/gdk_tracer.h
@@ -39,7 +39,7 @@ typedef enum {
     FOREACH_ADPTR(GENERATE_ENUM)
 } ADAPTER;
 
-static const char *ADAPTER_STR[] = {
+gdk_export const char *ADAPTER_STR[] = {
     FOREACH_ADPTR(GENERATE_STRING)
 };
 
@@ -58,7 +58,7 @@ typedef enum {
     FOREACH_LEVEL(GENERATE_ENUM)
 } LOG_LEVEL;
 
-static const char *LEVEL_STR[] = {
+gdk_export const char *LEVEL_STR[] = {
     FOREACH_LEVEL(GENERATE_STRING)
 };
 
@@ -76,7 +76,7 @@ typedef enum {
     FOREACH_LAYER(GENERATE_ENUM)
 } LAYER;
 
-static const char *LAYER_STR[] = {
+gdk_export const char *LAYER_STR[] = {
     FOREACH_LAYER(GENERATE_STRING)
 };
 
@@ -184,7 +184,7 @@ typedef enum {
     FOREACH_COMP(GENERATE_ENUM)
 } COMPONENT;
 
-static const char *COMPONENT_STR[] = {
+gdk_export const char *COMPONENT_STR[] = {
     FOREACH_COMP(GENERATE_STRING)
 };
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to