bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

builtins.h missing include guard


From: Pierre Gaston
Subject: builtins.h missing include guard
Date: Wed, 19 Apr 2017 12:30:00 +0300

I'm toying with loadable builtins and I noticed that builtins.h does not have include guard.

Basically I needed the definition of WORLD_LIST and I was using (not sure if there is a better way):

#include <config.h>
#include <builtins.h>
#include <shell.h>


That's all
Pierre

reply via email to

[Prev in Thread] Current Thread [Next in Thread]