comparison src/w32console.c @ 109100:2bc9a0c04c87

Remove __P and P_ from .c and .m files and definition of P_ * lisp.h: * atimer.h: Remove define for P_. * alloc.c: Remove __P and P_ from .c and .m files. * atimer.c: * buffer.c: * callint.c: * category.c: * charset.c: * chartab.c: * cm.c: * coding.c: * composite.c: * data.c: * dired.c: * dispnew.c: * doc.c: * editfns.c: * emacs.c: * eval.c: * fileio.c: * filelock.c: * fns.c: * font.c: * fontset.c: * frame.c: * ftfont.c: * ftxfont.c: * gmalloc.c: * gtkutil.c: * image.c: * indent.c: * intervals.c: * keyboard.c: * keymap.c: * lread.c: * marker.c: * menu.c: * minibuf.c: * print.c: * process.c: * scroll.c: * search.c: * sound.c: * strftime.c: * syntax.c: * sysdep.c: * term.c: * terminal.c: * textprop.c: * unexalpha.c: * w32console.c: * w32fns.c: * w32font.c: * w32menu.c: * w32term.c: * w32uniscribe.c: * window.c: * xdisp.c: * xfaces.c: * xfns.c: * xfont.c: * xftfont.c: * xmenu.c: * xselect.c: * xterm.c: Likewise. * ebrowse.c: Remove P_ and __P. * etags.c: * movemail.c: * pop.c: * update-game-score.c: Likewise.
author Jan D <jan.h.d@swipnet.se>
date Fri, 02 Jul 2010 14:19:53 +0200
parents ea2f4615a622
children e723dd7c9121
comparison
equal deleted inserted replaced
109099:e16f43875a48 109100:2bc9a0c04c87
284 { 284 {
285 w32con_clear_end_of_line (f, cursor_coords.X + len); 285 w32con_clear_end_of_line (f, cursor_coords.X + len);
286 } 286 }
287 } 287 }
288 288
289 extern unsigned char *encode_terminal_code P_ ((struct glyph *, int, 289 extern unsigned char *encode_terminal_code (struct glyph *, int,
290 struct coding_system *)); 290 struct coding_system *);
291 291
292 static void 292 static void
293 w32con_write_glyphs (struct frame *f, register struct glyph *string, 293 w32con_write_glyphs (struct frame *f, register struct glyph *string,
294 register int len) 294 register int len)
295 { 295 {