etl
add stringify macro
#741
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
8
Changes
View On
GitHub
Commits
Add include/linux/stringify.h from Linux kernel 2.6.12-rc2
dhebbeker
committed
1 year ago
Make __stringify support variable argument macros too
dhebbeker
committed
1 year ago
Add documentation.
dhebbeker
committed
1 year ago
Adjust names in order to satisfy naming convention.
dhebbeker
committed
1 year ago
Use __VA_ARGS__ instead a GNU extension as this works with more compilers.
dhebbeker
committed
1 year ago
Adjust to ETL folder structure.
dhebbeker
committed
1 year ago
Change include guard to the one usual in ETL.
dhebbeker
committed
1 year ago
Add definition guard for STRINGIFY.
dhebbeker
committed
1 year ago
Loading