]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/makedef.cmd
ncurses 6.2 - patch 20210904
[ncurses.git] / misc / makedef.cmd
index 12baeca868619d62209b652597aa469a0b79f319..129ca83b5e486ccd7f37e3e1960073c02ce3229d 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************\r
- * Copyright 2020 Thomas E. Dickey                                          *\r
+ * Copyright 2020,2021 Thomas E. Dickey                                     *\r
  * Copyright 1998,2006 Free Software Foundation, Inc.                       *\r
  *                                                                          *\r
  * Permission is hereby granted, free of charge, to any person obtaining a  *\r
@@ -28,7 +28,7 @@
  ****************************************************************************/\r
 \r
 /*\r
- * $Id: makedef.cmd,v 1.6 2020/02/02 23:34:34 tom Exp $\r
+ * $Id: makedef.cmd,v 1.7 2021/09/04 10:52:55 tom Exp $\r
  *\r
  * Author:  Juan Jose Garcia Ripoll <worm@arrakis.es>.\r
  * Webpage: http://www.arrakis.es/~worm/\r
@@ -119,12 +119,12 @@ do while queued() > 0
     *          it has a valid code that we store\r
     *          we mark that code as used\r
     *   ELIF (it has no number) THEN\r
-    *          (it's a new symbol)\r
+    *          (it is a new symbol)\r
     *          we increase the counter of defined symbols\r
     *          we assign it the special number 0\r
     *          (later on it'll be assigned an unused export code)\r
     *   ELSE\r
-    *          this symbol was in the old DLL and it's no longer\r
+    *          this symbol was in the old DLL and it is no longer\r
     *          here, so we skip it.\r
     */\r
    select\r