Diff for /freem/src/ssvn_library.c between versions 1.4 and 1.5

version 1.4, 2025/03/22 18:43:54 version 1.5, 2025/03/24 04:13:11
Line 24 Line 24
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   Revision 1.5  2025/03/24 04:13:11  snw
    *   Replace action macro dat with fra_dat to avoid symbol conflict on OS/2
    *
  *   Revision 1.4  2025/03/22 18:43:54  snw   *   Revision 1.4  2025/03/22 18:43:54  snw
  *   Make STRLEN 255 chars and add BIGSTR macro for larger buffers   *   Make STRLEN 255 chars and add BIGSTR macro for larger buffers
  *   *
Line 124  void ssvn_library(short action, char *ke Line 127  void ssvn_library(short action, char *ke
         case fra_order:          case fra_order:
         case fra_query:          case fra_query:
         case bigquery:          case bigquery:
         case dat:          case fra_dat:
   
             symtab_bltin (action, key, data);              symtab_bltin (action, key, data);
             goto done;              goto done;

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>