Bugs item #2938508, was opened at 2010-01-24 12:12
Message generated for change (Comment added) made by elfring
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379806&aid=2938508&group_id=23824

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Markus Elfring (elfring)
Assigned to: Nobody/Anonymous (nobody)
Summary: reserved identifier violation

Initial Comment:
Names that start with an underscore like "__DBD_H__" and "__DBI_DEV_H__" should 
be avoided. A few parts of your source files do not fit to the expected naming 
conventions of the C language standard.
http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1124.pdf
http://en.wikipedia.org/wiki/Reserved_identifier

http://libdbi.cvs.sourceforge.net/viewvc/libdbi/libdbi/include/dbi/dbd.h?revision=1.31&view=markup
http://libdbi.cvs.sourceforge.net/viewvc/libdbi/libdbi/include/dbi/dbi-dev.h?revision=1.46&view=markup

----------------------------------------------------------------------

>Comment By: Markus Elfring (elfring)
Date: 2010-01-24 17:05

Message:
The book "The New C Standard: An Economic and Cultural Commentary" by Derek
M. Jones might also help.
http://www.knosof.co.uk/cbook/

Would you like to look at the section "7.1.3 Reserved identifiers" in the
referenced draft?

----------------------------------------------------------------------

Comment By: Markus Hoenicka (mhoenicka)
Date: 2010-01-24 12:48

Message:
Could you please point me to the exact location in the standard which does
not permit the usage of underscores in the mentioned way? It's a 500+ page
tome, after all, and a quick search for "underscore" was inconclusive.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379806&aid=2938508&group_id=23824

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
libdbi-devel mailing list
libdbi-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to