aboutsummaryrefslogtreecommitdiffstats
path: root/src/operand2sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/operand2sig.h')
-rw-r--r--src/operand2sig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/operand2sig.h b/src/operand2sig.h
index bb156f337..b65529089 100644
--- a/src/operand2sig.h
+++ b/src/operand2sig.h
@@ -15,4 +15,5 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
-extern int operand2sig (char const *operand, char *signame);
+extern int operand2sig (char const *operand, char *signame)
+ _GL_ATTRIBUTE_NONNULL ();