Kaydet (Commit) 75a32040 authored tarafından Neal Norwitz's avatar Neal Norwitz

Remove warning (static not being first) when building with -W

üst 0a8266a7
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
#endif #endif
#define ENCMAP(encoding) \ #define ENCMAP(encoding) \
const static encode_map *encoding##encmap; static const encode_map *encoding##encmap;
#define DECMAP(encoding) \ #define DECMAP(encoding) \
const static decode_map *encoding##decmap; static const decode_map *encoding##decmap;
#define ENCODER_INIT(encoding) \ #define ENCODER_INIT(encoding) \
static int encoding##_encode_init( \ static int encoding##_encode_init( \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment