summaryrefslogtreecommitdiff
path: root/rts/BeginPrivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
| | | | This reverts commit 39b5c1cbd8950755de400933cecca7b8deb4ffcd.
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
| | | | | | | | This will hopefully help ensure some basic consistency in the forward by overriding buffer variables. In particular, it sets the wrap length, the offset to 4, and turns off tabs. Signed-off-by: Austin Seipp <austin@well-typed.com>
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-231-1/+1
|
* Don't set visibility on WindowsIan Lynagh2010-09-051-1/+4
| | | | | With gcc 4.5.0-1, using visibility hidden gives: error: visibility attribute not supported in this configuration; ignored
* Disable symbol visibility pragmas for FreeBSDIan Lynagh2010-07-291-1/+5
| | | | | | | Do not use GCC pragmas for controlling visibility, because it causes "undefined reference" errors at link-time. The true reasons are unknown, however FreeBSD 8.x includes GCC 4.2.1 in the base system, which might be buggy.
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-0/+3