X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca8fc590e9ad22ef658cda25c9c063c5b64a8078..49ff21af7ad741979c51a383ae87546ccf4176a9:/include/xbt/graphxml.h diff --git a/include/xbt/graphxml.h b/include/xbt/graphxml.h index 272239c1e8..6c925086b6 100644 --- a/include/xbt/graphxml.h +++ b/include/xbt/graphxml.h @@ -48,12 +48,12 @@ #define _FLEXML_graphxml_H /* XML application entry points. */ -XBT_PUBLIC(void ) STag_graphxml_graph(void); -XBT_PUBLIC(void ) ETag_graphxml_graph(void); -XBT_PUBLIC(void ) STag_graphxml_node(void); -XBT_PUBLIC(void ) ETag_graphxml_node(void); -XBT_PUBLIC(void ) STag_graphxml_edge(void); -XBT_PUBLIC(void ) ETag_graphxml_edge(void); +XBT_PUBLIC(void) STag_graphxml_graph(void); +XBT_PUBLIC(void) ETag_graphxml_graph(void); +XBT_PUBLIC(void) STag_graphxml_node(void); +XBT_PUBLIC(void) ETag_graphxml_node(void); +XBT_PUBLIC(void) STag_graphxml_edge(void); +XBT_PUBLIC(void) ETag_graphxml_edge(void); /* XML application data. */ typedef int AT_graphxml_node_name; @@ -81,51 +81,51 @@ typedef int AT_graphxml_edge_name; #define AU_graphxml_edge_name NULL /* FleXML-provided data. */ -XBT_PUBLIC_DATA(int ) graphxml_pcdata_ix; +XBT_PUBLIC_DATA(int) graphxml_pcdata_ix; XBT_PUBLIC_DATA(char *) graphxml_bufferstack; #define graphxml_pcdata (graphxml_bufferstack + graphxml_pcdata_ix) -XBT_PUBLIC_DATA(AT_graphxml_node_name ) AX_graphxml_node_name; +XBT_PUBLIC_DATA(AT_graphxml_node_name) AX_graphxml_node_name; #define A_graphxml_node_name (graphxml_bufferstack + AX_graphxml_node_name) -XBT_PUBLIC_DATA(short ) int graphxml_node_name_isset; -XBT_PUBLIC_DATA(AT_graphxml_edge_source ) AX_graphxml_edge_source; +XBT_PUBLIC_DATA(short int) graphxml_node_name_isset; +XBT_PUBLIC_DATA(AT_graphxml_edge_source) AX_graphxml_edge_source; #define A_graphxml_edge_source (graphxml_bufferstack + AX_graphxml_edge_source) -XBT_PUBLIC_DATA(short ) int graphxml_edge_source_isset; -XBT_PUBLIC_DATA(AT_graphxml_node_position___y ) AX_graphxml_node_position___y; +XBT_PUBLIC_DATA(short int) graphxml_edge_source_isset; +XBT_PUBLIC_DATA(AT_graphxml_node_position___y) AX_graphxml_node_position___y; #define A_graphxml_node_position___y (graphxml_bufferstack + AX_graphxml_node_position___y) -XBT_PUBLIC_DATA(short ) int graphxml_node_position___y_isset; -XBT_PUBLIC_DATA(AT_graphxml_node_position___x ) AX_graphxml_node_position___x; +XBT_PUBLIC_DATA(short int) graphxml_node_position___y_isset; +XBT_PUBLIC_DATA(AT_graphxml_node_position___x) AX_graphxml_node_position___x; #define A_graphxml_node_position___x (graphxml_bufferstack + AX_graphxml_node_position___x) -XBT_PUBLIC_DATA(short ) int graphxml_node_position___x_isset; -XBT_PUBLIC_DATA(AT_graphxml_edge_data ) AX_graphxml_edge_data; +XBT_PUBLIC_DATA(short int) graphxml_node_position___x_isset; +XBT_PUBLIC_DATA(AT_graphxml_edge_data) AX_graphxml_edge_data; #define A_graphxml_edge_data (graphxml_bufferstack + AX_graphxml_edge_data) -XBT_PUBLIC_DATA(short ) int graphxml_edge_data_isset; -XBT_PUBLIC_DATA(AT_graphxml_edge_target ) AX_graphxml_edge_target; +XBT_PUBLIC_DATA(short int) graphxml_edge_data_isset; +XBT_PUBLIC_DATA(AT_graphxml_edge_target) AX_graphxml_edge_target; #define A_graphxml_edge_target (graphxml_bufferstack + AX_graphxml_edge_target) -XBT_PUBLIC_DATA(short ) int graphxml_edge_target_isset; -XBT_PUBLIC_DATA(AT_graphxml_graph_isDirected ) AX_graphxml_graph_isDirected; +XBT_PUBLIC_DATA(short int) graphxml_edge_target_isset; +XBT_PUBLIC_DATA(AT_graphxml_graph_isDirected) AX_graphxml_graph_isDirected; #define A_graphxml_graph_isDirected AX_graphxml_graph_isDirected -XBT_PUBLIC_DATA(short ) int graphxml_graph_isDirected_isset; -XBT_PUBLIC_DATA(AT_graphxml_node_label ) AX_graphxml_node_label; +XBT_PUBLIC_DATA(short int) graphxml_graph_isDirected_isset; +XBT_PUBLIC_DATA(AT_graphxml_node_label) AX_graphxml_node_label; #define A_graphxml_node_label (graphxml_bufferstack + AX_graphxml_node_label) -XBT_PUBLIC_DATA(short ) int graphxml_node_label_isset; -XBT_PUBLIC_DATA(AT_graphxml_node_data ) AX_graphxml_node_data; +XBT_PUBLIC_DATA(short int) graphxml_node_label_isset; +XBT_PUBLIC_DATA(AT_graphxml_node_data) AX_graphxml_node_data; #define A_graphxml_node_data (graphxml_bufferstack + AX_graphxml_node_data) -XBT_PUBLIC_DATA(short ) int graphxml_node_data_isset; -XBT_PUBLIC_DATA(AT_graphxml_edge_label ) AX_graphxml_edge_label; +XBT_PUBLIC_DATA(short int) graphxml_node_data_isset; +XBT_PUBLIC_DATA(AT_graphxml_edge_label) AX_graphxml_edge_label; #define A_graphxml_edge_label (graphxml_bufferstack + AX_graphxml_edge_label) -XBT_PUBLIC_DATA(short ) int graphxml_edge_label_isset; -XBT_PUBLIC_DATA(AT_graphxml_edge_length ) AX_graphxml_edge_length; +XBT_PUBLIC_DATA(short int) graphxml_edge_label_isset; +XBT_PUBLIC_DATA(AT_graphxml_edge_length) AX_graphxml_edge_length; #define A_graphxml_edge_length (graphxml_bufferstack + AX_graphxml_edge_length) -XBT_PUBLIC_DATA(short ) int graphxml_edge_length_isset; -XBT_PUBLIC_DATA(AT_graphxml_edge_name ) AX_graphxml_edge_name; +XBT_PUBLIC_DATA(short int) graphxml_edge_length_isset; +XBT_PUBLIC_DATA(AT_graphxml_edge_name) AX_graphxml_edge_name; #define A_graphxml_edge_name (graphxml_bufferstack + AX_graphxml_edge_name) -XBT_PUBLIC_DATA(short ) int graphxml_edge_name_isset; +XBT_PUBLIC_DATA(short int) graphxml_edge_name_isset; /* XML application utilities. */ -XBT_PUBLIC(int ) graphxml_element_context(int); +XBT_PUBLIC(int) graphxml_element_context(int); /* XML processor entry point. */ -XBT_PUBLIC(int ) yylex(void); +XBT_PUBLIC(int) yylex(void); /* Flexml error handling function (useful only when -q flag passed to flexml) */ const char * graphxml_parse_err_msg(void);