Skip to content

Commit

Permalink
Mark 'hpglout()' as deprecated. It breaks the library abstraction and…
Browse files Browse the repository at this point in the history
… seems to be only used for 'drawline()', which will go into the library soon.
  • Loading branch information
anachrocomputer committed Aug 25, 2020
1 parent 0e02d71 commit 079fe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpgllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void getplotsize(double *const xp, double *const yp);
int getdevx(const double x);
int getdevy(const double y);
int getdevr(const double r);
int hpglout(const char *const buf);
int __attribute__ ((deprecated("use library abstractions instead."))) hpglout(const char *const buf);
void moveto(const double x, const double y);
void lineto(const double x, const double y);
void __attribute__ ((deprecated("use moveto/lineto instead."))) openlinesequence(const double x, const double y);
Expand Down

0 comments on commit 079fe88

Please sign in to comment.