mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
18 lines
610 B
Text
18 lines
610 B
Text
--- libaegis/aer/report.y.orig 2020-06-17 17:46:55.348947000 -0400
|
|
+++ libaegis/aer/report.y 2020-06-17 17:47:40.813660000 -0400
|
|
@@ -1,6 +1,7 @@
|
|
/*
|
|
* aegis - project change supervisor
|
|
* Copyright (C) 1994-1996, 1999, 2002, 2005-2008, 2012 Peter Miller
|
|
+ * Copyright (C) 2020 Aryeh M. Friedman
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
@@ -17,6 +18,7 @@
|
|
* <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
+%define api.prefix {aer_report_}
|
|
%{
|
|
|
|
#include <common/ac/assert.h>
|