X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Ffrm_data.c;h=787a17919f04c3c3fdfedadea93596c3846f487b;hp=e52b1bece25dfe3cb7c27f395585d779e9a75a41;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/form/frm_data.c b/form/frm_data.c index e52b1bec..787a1791 100644 --- a/form/frm_data.c +++ b/form/frm_data.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2003,2004 Free Software Foundation, Inc. * + * Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -32,7 +32,7 @@ #include "form.priv.h" -MODULE_ID("$Id: frm_data.c,v 1.13 2004/12/11 22:29:28 tom Exp $") +MODULE_ID("$Id: frm_data.c,v 1.14 2005/11/26 15:34:01 tom Exp $") /*--------------------------------------------------------------------------- | Facility : libnform @@ -80,7 +80,7 @@ data_behind(const FORM *form) | | Return Values : true if only padding cells are found +--------------------------------------------------------------------------*/ -INLINE static bool +NCURSES_INLINE static bool Only_Padding(WINDOW *w, int len, int pad) { bool result = TRUE;