]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add comments
authorJim Meyering <jim@meyering.net>
Tue, 30 Mar 2004 15:12:44 +0000 (15:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 30 Mar 2004 15:12:44 +0000 (15:12 +0000)
Makefile.maint

index 77b51602dcda3165cef2af55f0d66a94340c6971..08f9cb8da8653bce752442fdd641ca0a460acf72 100644 (file)
@@ -126,6 +126,9 @@ sc_space_tab:
          { echo '$(ME): found SPACE-TAB sequence; remove the SPACE'    \
                1>&2; exit 1; } || :
 
+# Don't use atoi, atof, or atol in `real' code.
+# They provide no error checking mechanism.
+# Instead, use strto* functions.
 sc_prohibit_atoi_atof:
        @( cvsu --list ) > /dev/null 2>&1 || : &&                       \
          grep '\<ato[fil]\>'                                           \