dthelp: Remove define M_PROTO that was always turned on (for all platforms) that...
[oweals/cde.git] / cde / programs / dthelp / parser / pass1 / parser / parvalok.c
index 58a124b181d6f0165b37f555a95381453ff875f8..a9aa78455b0ff50422bb640414421b3953824889 100644 (file)
 /* Function callable by interface designers.  Returns TRUE if specified value
    is a legal value for the indicated parameter of the given element,
    FALSE otherwise. */
-#if defined(M_PROTO)
 LOGICAL m_parvalok( M_WCHAR *elt , M_WCHAR *param , const M_WCHAR *value )
-#else
-LOGICAL m_parvalok(elt, param, value)
-  M_WCHAR *elt ;
-  M_WCHAR *param ;
-  M_WCHAR *value ;
-#endif /* M_PROTO */
   {
     M_ELEMENT eltid ;
     int par ;