diff options
Diffstat (limited to 'gcc/config/i386/xm-cygwin.h')
-rw-r--r-- | gcc/config/i386/xm-cygwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/xm-cygwin.h b/gcc/config/i386/xm-cygwin.h index b8187f4..721c435 100644 --- a/gcc/config/i386/xm-cygwin.h +++ b/gcc/config/i386/xm-cygwin.h @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +Boston, MA 02111-1307, USA. */ #define HOST_EXECUTABLE_SUFFIX ".exe" @@ -30,6 +30,6 @@ Boston, MA 02111-1307, USA. */ paths containing backslashes, make and configure may treat the backslashes as escape characters. Many Win32 programs use forward slashes so using a forward slash shouldn't be problematic from the - perspective of wanting gcc to produce native Win32 paths. */ + perspective of wanting gcc to produce native Win32 paths. */ #undef DIR_SEPARATOR_2 #define DIR_SEPARATOR_2 '\\' |