This website requires JavaScript.
Explore
Help
Sign In
IntenseFinance
/
gnucash
Watch
3
Star
0
Fork
0
You've already forked gnucash
mirror of
https://github.com/Gnucash/gnucash.git
synced
2025-02-25 18:55:30 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
167c55e506
gnucash
/
borrowed
/
libc
/
libc-missing-noop.c
7 lines
86 B
C
Raw
Normal View
History
Unescape
Escape
Fix for Solaris: you cannot have an empty .a, so supply a no-op .c file so you at least have _something_. This is a crock, but it was easier than making the inclusion of libc-missing.a optional everywhere. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6837 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-05-08 00:03:31 -05:00
void
gnc_libc_missing_noop
(
void
)
;
void
gnc_libc_missing_noop
(
void
)
{
Re-indentation of source code, next batch. This also strips trailing whitespaces from lines where they existed. This re-indentation was done using astyle-1.24 using the following options: astyle --indent=spaces=4 --brackets=break --pad-oper --pad-header --suffix=none git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18787 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-03-02 15:40:02 -06:00
return
;
Fix for Solaris: you cannot have an empty .a, so supply a no-op .c file so you at least have _something_. This is a crock, but it was easier than making the inclusion of libc-missing.a optional everywhere. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6837 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-05-08 00:03:31 -05:00
}
Reference in New Issue
Copy Permalink