Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
665216b0
Commit
665216b0
authored
Feb 12, 2004
by
Alexandre Duret-Lutz
Browse files
* src/ExternalTranslator.cc: Include sys/wait.h.
parent
2c10510e
Changes
2
Hide whitespace changes
Inline
Side-by-side
lbtt/ChangeLog
View file @
665216b0
2004-02-11 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/ExternalTranslator.cc: Include sys/wait.h.
* src/SpotWrapper.cc (SpotWrapper::SPOT_AND, SpotWrapper::SPOT_OR):
Define as && and || as in Spin.
* src/SpotWrapper.hh: Update by email.
...
...
lbtt/src/ExternalTranslator.cc
View file @
665216b0
/*
* Copyright (C) 1999, 2000, 2001, 2002, 2003
* Copyright (C) 1999, 2000, 2001, 2002, 2003
, 2004
* Heikki Tauriainen <Heikki.Tauriainen@hut.fi>
*
* This program is free software; you can redistribute it and/or
...
...
@@ -27,6 +27,7 @@
#include
<cstdlib>
#include
<sys/stat.h>
#include
<sys/types.h>
#include
<sys/wait.h>
#ifdef HAVE_FCNTL_H
#include
<fcntl.h>
#endif
/* HAVE_FCNTL_H */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment