commit | df8cd0596bc8b7a92767d9290fdce59fd4355460 | [log] [tgz] |
---|---|---|
author | Koichi Shiraishi <zchee.io@gmail.com> | Tue Sep 06 15:05:35 2016 +0900 |
committer | Koichi Shiraishi <zchee.io@gmail.com> | Tue Nov 29 02:52:11 2016 +0900 |
tree | d3de19161c83c495a3350d0351bc4543913ad41c | |
parent | 0a2453a1bcd3ee9113a8d695113c5de6cb1ed542 [diff] [blame] |
[C++] add +build ignore magic comment for go build Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
diff --git a/regen.cc b/regen.cc index 137d205..5b42d8f 100644 --- a/regen.cc +++ b/regen.cc
@@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build ignore + #include "regen.h" #include <sys/stat.h>