-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alias preprocessor define is working? #54
Comments
I did mess that up. Working on it. |
@thestumbler : Can you please try it again now? |
I just tested it, the latest commit on the develop branch. No joy.
Even when commenting this out in all three places (twice in the h file and once in the c file), it doesn't actually work. (1) swapped all of the definitions around at the top of the header file, e.g...
(2) removed the #undef block at the end of the header file, and removed the duplicate? block at the top of the c file. |
"commenting this out in all three places..." I mean like this:
|
Ok, I'll change it to
The thing is, I can't do that. We can't go around replacing |
I tried to use the alias function names define, and as best I can tell it didn't do anything. Looking at the code, it isn't clear to me how it's supposed to work. I am on the latest 27 Sep commit.
I temporarily hand-edited my local
printf.h
file and went back to way function name aliasing worked in the previous 17 Aug commit. This works, and I understand why it works (unlike the current commit).I did read the issue #14 notes, but they didn't explain what I'm experiencing. Regarding the 27 Sep commit, am I missing something about how to make it work and/or understanding how it should work?
Thanks,
-Chris
The text was updated successfully, but these errors were encountered: