mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
10 lines
267 B
Text
10 lines
267 B
Text
--- libexplain/printf_format.y.orig 2013-12-08 01:47:33 UTC
|
|
+++ libexplain/printf_format.y
|
|
@@ -17,6 +17,7 @@
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
+%define api.prefix {printf_format_}
|
|
%{
|
|
|
|
#include <libexplain/ac/assert.h>
|