mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
18 lines
573 B
Text
18 lines
573 B
Text
--- common/gettime.y.orig 2020-06-17 17:45:06.095616000 -0400
|
|
+++ common/gettime.y 2020-06-17 17:45:33.928740000 -0400
|
|
@@ -1,6 +1,7 @@
|
|
/*
|
|
* aegis - project change supervisor
|
|
* Copyright (C) 1991-1995, 1997-1999, 2002-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
|
|
@@ -21,6 +22,7 @@
|
|
* Steven Bellovin <smb@cs.unc.edu>
|
|
*/
|
|
|
|
+%define api.prefix {gettime_}
|
|
%token AGO
|
|
%token COLON
|
|
%token COMMA
|