jfbterm-0.4.7-wrong-inline-gcc5.patch 813 B

12345678910111213141516171819202122232425
  1. Source: http://pkgs.fedoraproject.org/cgit/rpms/jfbterm.git/plain/jfbterm-0.4.7-wrong-inline-gcc5.patch
  2. --- jfbterm-0.4.7/pen.c.inline_gcc5 2003-08-30 03:48:16.000000000 +0900
  3. +++ jfbterm-0.4.7/pen.c 2015-02-09 10:36:47.182751545 +0900
  4. @@ -62,7 +62,7 @@
  5. p->attr = q->attr;
  6. }
  7. -inline void tpen_off_all_attribute(TPen* p)
  8. +void tpen_off_all_attribute(TPen* p)
  9. {
  10. p->bcol = 0;
  11. p->fcol = 7;
  12. --- jfbterm-0.4.7/pen.h.inline_gcc5 2002-07-17 01:21:23.000000000 +0900
  13. +++ jfbterm-0.4.7/pen.h 2015-02-09 10:36:52.058705503 +0900
  14. @@ -58,7 +58,7 @@
  15. void tpen_init(TPen* p);
  16. void tpen_final(TPen* p);
  17. void tpen_copy(TPen* p, TPen* q);
  18. -inline void tpen_off_all_attribute(TPen* p);
  19. +void tpen_off_all_attribute(TPen* p);
  20. void tpen_higlight(TPen* p);
  21. void tpen_dehiglight(TPen* p);
  22. void tpen_underline(TPen* p);