To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52023





------- Additional comments from [EMAIL PROTECTED] Mon Jul 18 01:23:20 -0700 
2005 -------
it's "__attribute__((__const__))" not simple const. This appears to be some sort
of super-duper gcc extension. The gcc manual for this says "Many functions do
not examine any values except their arguments, and have no effects except the
return value. Basically this is just slightly more strict class than the pure
attribute below, since function is not allowed to read global memory." While the
pure word says "Many functions have no effects except the return value and their
return value depends only on the parameters and/or global variables.". The
methods here do depend on external global to the translation unit variables, so
I suspect pure is more appropiate. But both extensions looks like can of worms
to me.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to