blob: 71ac604117a9cd19f9582948dd80da5ef13e88eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- 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>
|