summaryrefslogtreecommitdiff
path: root/src/proto/hardcopy.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-2/+2
| | | | | | | | Problem: Giving error messages is not flexible. Solution: Add semsg(). Change argument from "char_u *" to "char *", also for msg() and get rid of most MSG macros. (Ozaki Kiichi, closes #3302) Also make emsg() accept a "char *" argument. Get rid of an enormous number of type casts.
* patch 8.1.0380: "make proto" doesn't work wellv8.1.0380Bram Moolenaar2018-09-131-1/+1
| | | | | | Problem: "make proto" doesn't work well. Solution: Define a few more types for cproto. Update proto files. Fix that workshop didn't build.
* patch 7.4.1133v7.4.1133Bram Moolenaar2016-01-191-18/+18
| | | | | Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS().
* updated for version 7.1aBram Moolenaar2007-05-051-18/+18
|
* updated for version 7.0bBram Moolenaar2006-03-241-19/+18
|
* updated for version 7.0115Bram Moolenaar2005-07-241-0/+21