Amaury Forgeot d'Arc added the comment:

> If "register" is irrelevant to calling convention, then why would the C
> standard preclude using it in an external declaration?

Maybe here "external" is the opposite of "static": "register" is OK in a single 
translation unit (where the calling convention does not really matter), but not 
allowed between multiple .c files (which register, anyway?)

+1 for removing it.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18090>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to