Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143113
b: refs/heads/master
c: 8f7c2c3
h: refs/heads/master
i:
  143111: 66a73d4
v: v3
  • Loading branch information
Zhaolei authored and Ingo Molnar committed Apr 10, 2009
1 parent 52d2a6b commit ffa5231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d1f4372dbea068ba4ee3d98231133a4a4ee15bd
refs/heads/master: 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4
4 changes: 2 additions & 2 deletions trunk/include/linux/stringify.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* converts to "bar".
*/

#define __stringify_1(x) #x
#define __stringify(x) __stringify_1(x)
#define __stringify_1(x...) #x
#define __stringify(x...) __stringify_1(x)

#endif /* !__LINUX_STRINGIFY_H */

0 comments on commit ffa5231

Please sign in to comment.