Deleted Added
full compact
llib-lformtw (262629) llib-lformtw (262685)
1/****************************************************************************
1/****************************************************************************
2 * Copyright (c) 2010 Free Software Foundation, Inc. *
2 * Copyright (c) 2010,2013 Free Software Foundation, Inc. *
3 * *
4 * Permission is hereby granted, free of charge, to any person obtaining a *
5 * copy of this software and associated documentation files (the *
6 * "Software"), to deal in the Software without restriction, including *
7 * without limitation the rights to use, copy, modify, merge, publish, *
8 * distribute, distribute with modifications, sublicense, and/or sell *
9 * copies of the Software, and to permit persons to whom the Software is *
10 * furnished to do so, subject to the following conditions: *

--- 11 unchanged lines hidden (view full) ---

22 * *
23 * Except as contained in this notice, the name(s) of the above copyright *
24 * holders shall not be used in advertising or otherwise to promote the *
25 * sale, use or other dealings in this Software without prior written *
26 * authorization. *
27 ****************************************************************************/
28
29/****************************************************************************
3 * *
4 * Permission is hereby granted, free of charge, to any person obtaining a *
5 * copy of this software and associated documentation files (the *
6 * "Software"), to deal in the Software without restriction, including *
7 * without limitation the rights to use, copy, modify, merge, publish, *
8 * distribute, distribute with modifications, sublicense, and/or sell *
9 * copies of the Software, and to permit persons to whom the Software is *
10 * furnished to do so, subject to the following conditions: *

--- 11 unchanged lines hidden (view full) ---

22 * *
23 * Except as contained in this notice, the name(s) of the above copyright *
24 * holders shall not be used in advertising or otherwise to promote the *
25 * sale, use or other dealings in this Software without prior written *
26 * authorization. *
27 ****************************************************************************/
28
29/****************************************************************************
30 * Author: Thomas E. Dickey 2010 *
30 * Author: Thomas E. Dickey 2010-on *
31 ****************************************************************************/
32/* LINTLIBRARY */
33
34/* ./f_trace.c */
35
36#include <form.priv.h>
37
38#undef _nc_retrace_field_ptr

--- 450 unchanged lines hidden (view full) ---

489Binding_Info;
490
491#undef form_driver
492int form_driver(
493 FORM *form,
494 int c)
495 { return(*(int *)0); }
496
31 ****************************************************************************/
32/* LINTLIBRARY */
33
34/* ./f_trace.c */
35
36#include <form.priv.h>
37
38#undef _nc_retrace_field_ptr

--- 450 unchanged lines hidden (view full) ---

489Binding_Info;
490
491#undef form_driver
492int form_driver(
493 FORM *form,
494 int c)
495 { return(*(int *)0); }
496
497#undef form_driver_w
498int form_driver_w(
499 FORM *form,
500 int type,
501 wchar_t c)
502 { return(*(int *)0); }
503
497#undef set_field_buffer
498int set_field_buffer(
499 FIELD *field,
500 int buffer,
501 const char *value)
502 { return(*(int *)0); }
503
504#undef field_buffer

--- 279 unchanged lines hidden ---
504#undef set_field_buffer
505int set_field_buffer(
506 FIELD *field,
507 int buffer,
508 const char *value)
509 { return(*(int *)0); }
510
511#undef field_buffer

--- 279 unchanged lines hidden ---