summaryrefslogtreecommitdiff
path: root/c/unpack.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/unpack.c')
-rw-r--r--c/unpack.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/unpack.c b/c/unpack.c
index c7f25c4..03c67be 100644
--- a/c/unpack.c
+++ b/c/unpack.c
@@ -1,7 +1,7 @@
/*
- * MessagePack unpacking routine for C
+ * MessagePack for C unpacking routine
*
- * Copyright (C) 2008 FURUHASHI Sadayuki
+ * Copyright (C) 2008-2009 FURUHASHI Sadayuki
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -21,13 +21,13 @@
#define msgpack_unpack_struct(name) \
- struct template_##name
+ struct template ## name
#define msgpack_unpack_func(ret, name) \
- ret template_func_##name
+ ret template_func ## name
#define msgpack_unpack_callback(name) \
- template_callback_##name
+ template_callback ## name
#define msgpack_unpack_object void*