[gnutls-devel] GnuTLS | Consistent header guards (#728)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Mar 12 21:57:25 CET 2019



New Issue was created.

Issue 728: https://gitlab.com/gnutls/gnutls/issues/728
Author:    Tim Rühsen
Assignee:  

We have several header files without header guards. Other have inconsistent names for the guards (or even illegal names with leading underscores, e.g. `_ABSTRACT_INT_H`).

If we agree upon a standard for our header guards, I'll write a script for batch-processing. Are the files in `lib/` and `src/` sufficient ?

Suggestion "project_directory_filename", e.g.:
```
GNUTLS_LIB_ABSTRACT_INT_H
  or
GNUTLS_LIB_EXT_ALPN_H
```

Special chars in file or dir names like `-` should also be converted to `_`.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/728
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190312/a33e94d5/attachment-0001.html>


More information about the Gnutls-devel mailing list