patch-util_h 478 B

12345678910111213
  1. $OpenBSD: patch-util_h,v 1.1 2012/03/18 17:02:00 naddy Exp $
  2. --- util.h.orig Sun Mar 18 10:54:54 2012
  3. +++ util.h Sun Mar 18 10:55:11 2012
  4. @@ -18,7 +18,7 @@ extern int
  5. #define eobp() (lastp(curline) && eolp())
  6. #define eolp() (linebuf[curchar] == '\0')
  7. #define firstp(line) ((line) == curbuf->b_first)
  8. -#define getDOT() getline(curline->l_dline, linebuf)
  9. +#define getDOT() get_line(curline->l_dline, linebuf)
  10. #define lastp(line) ((line) == curbuf->b_last)
  11. extern UnivPtr