Create  Edit  Diff  FrontPage  Index  Search  Changes  Login

はじめてのひき - OmosiroCode Diff

  • Added parts are displayed like this.
  • Deleted parts are displayed like this.

https://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered

! xscreensaver

https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=819703;filename=patch.txt;msg=5

@@ -1663,6 +1663,8 @@ stop_the_insanity (saver_preferences *p)
  Bool
  senescent_p (void)
  {
+  return 0;
+
    /* If you are in here because you're planning on disabling this warning
       before redistributing my software, please don't.

http://shinh.skr.jp/m/?date=20171020#p01

! Bionic

https://android.googlesource.com/platform/bionic/+/77e944fd46728075fe632bcb5211da9daf5b7e68%5E%21/#F2

/* IMPORTANT: Any code that relies on wide character support is essentially
  *            non-portable and/or broken. the only reason this header exist
  *            is because I'm really a nice guy. However, I'm not nice enough
  *            to provide you with a real implementation. instead wchar_t == char
  *            and all wc functions are stubs to their "normal" equivalent...