Ticket #589: libgpg-error-1.10.patch
| File libgpg-error-1.10.patch, 357 bytes (added by cian, 3 years ago) |
|---|
-
src/mkerrcodes2.awk
old new 81 81 /^#/ { next; } 82 82 83 83 header { 84 if ($1 ~ /^ [0123456789]+$/)84 if ($1 ~ /^-?[0123456789]+$/) 85 85 { 86 86 print "static const int err_code_from_index[] = {"; 87 87 header = 0;
