Remove "fix" call for "long long" from ARI
[deliverable/binutils-gdb.git] / gdb / contrib / ari / gdb_ari.sh
index 02c3647388ccfe30368dc4f62815a1004b5e25d4..5f058906d0a33301f8f528bd2eef694f3164486f 100755 (executable)
@@ -587,8 +587,6 @@ Do not use strerror(), instead use safe_strerror()"
 BEGIN { doc["long long"] = "\
 Do not use `long long'\'', instead use LONGEST"
     category["long long"] = ari_code
-    # defs.h needs two such patterns for LONGEST and ULONGEST definitions
-    fix("long long", "gdb/defs.h", 2)
 }
 /(^|[^_[:alnum:]])long[[:space:]]+long([^_[:alnum:]]|$)/ {
     fail("long long")
This page took 0.024492 seconds and 4 git commands to generate.