You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, all. I'd like to suggest a few minor style changes, and if you'll approve them, I'll send patches.
My proposal: rename VOID back into void.
If you'll look at form3.h, half of the function declarations are already void, and as a general rule, I would like to see more standard types being used when possible. void is certainly a standard type that does not need a typedef.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, all. I'd like to suggest a few minor style changes, and if you'll approve them, I'll send patches.
My proposal: rename
VOIDback intovoid.If you'll look at
form3.h, half of the function declarations are alreadyvoid, and as a general rule, I would like to see more standard types being used when possible.voidis certainly a standard type that does not need a typedef.Approve or disapprove?
All reactions