mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 21:33:04 +00:00
Update URLs to prefer https: to http:
Also, fix a few http: URLs that were no longer working.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||
|
||||
%option debug nodefault noinput nounput noyywrap never-interactive
|
||||
%option prefix="code_" outfile="lex.yy.c"
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "src/flex-scanner.h"
|
||||
|
||||
/* Work around a bug in flex 2.5.31. See Debian bug 333231
|
||||
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
|
||||
<https://bugs.debian.org/333231>. */
|
||||
#undef code_wrap
|
||||
#define code_wrap() 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user