Subject: CVS commit: pkgsrc/devel/cqual
From: Roland Illig
Date: 2020-05-23 20:11:53
Message id: 20200523181153.794E5F9A1@cvs.NetBSD.org

Log Message:
devel/cqual: fix build for newer Emacs versions

Building the code with Emacs 26 failed since the generated AST_types.h
contained only "nil" as the type definitions.

Luckily, Emacs 21 was still available, so the files were generated with
that.

Files:
RevisionActionfile
1.30modifypkgsrc/devel/cqual/Makefile
1.1addpkgsrc/devel/cqual/files/AST_defs.c
1.1addpkgsrc/devel/cqual/files/AST_parent.c
1.1addpkgsrc/devel/cqual/files/AST_print.c