author | sdwilsh@shawnwilsher.com |
Wed, 23 May 2007 11:08:10 -0700 | |
changeset 1787 | dfbcd592e4c1bf1d2f6c5389330e3ae52d0cce9d |
parent 1 | 9b2a99adc05e53cd4010de512f50118594756650 |
child 1990 | 9e67c6d3b239f17809fd6a083d269f3d7905fe75 |
permissions | -rw-r--r-- |
/* * This file only exists because some platforms can't handle building an empty .a * file, or .lib, or whatever (e.g. OS X, possibly Win32). * * Need at least one external symbol for some linkers to create a proper * archive file: https://bugzilla.mozilla.org/show_bug.cgi?id=311143 */ void concvsdummy(void) {}